1. (gdb) advance 44
  2. warning: GDB can't find the start of the function at 0x2abf9b4f.
  3. -1.0842e-19
  4. love::timer::sdl::w_getDelta (L=0x419150)
  5.    at /home/bart/nanonote/openwrt-xburst/build_dir/target-mipsel_uClibc-0.9.30.1/sdltest-2.6.0/modules/timer/sdl/wrap_Timer.cpp:44
  6. 44          lua_pushnumber(L, dt);
  7. (gdb) print dt
  8. $1 = 11.66100025177002
  9. (gdb) advance 45
  10. \warning: GDB can't find the start of the function at 0x2abf9b4f.
  11. love::timer::sdl::w_getDelta (L=0x419150)
  12.     at /home/bart/nanonote/openwrt-xburst/build_dir/target-mipsel_uClibc-0.9.30.1/sdltest-2.6.0/modules/timer/sdl/wrap_Timer.cpp:45
  13. 45          return 1;
  14. (gdb) print lua_tonumber(L, -1)
  15. $2 = 1
  16. (gdb)