HomeSort by relevance Sort by last modified time
    Searched full:oldpc (Results 1 - 5 of 5) sorted by null

  /external/valgrind/main/gdbserver_tests/
mcbreak.stdinB.gdb 10 echo Bizarre the oldpc has not changed after step\n
11 print $oldpc
  /external/chromium_org/third_party/skia/third_party/lua/src/
lstate.h 160 const Instruction *oldpc; /* last pc traced */ member in struct:lua_State
lvm.c 77 ci->u.l.savedpc <= L->oldpc || /* when jump back (loop), or when */
78 newline != getfuncline(p, pcRel(L->oldpc, p))) /* enter a new line */
81 L->oldpc = ci->u.l.savedpc;
ldo.c 365 L->oldpc = ci->previous->u.l.savedpc; /* 'oldpc' for caller function */
ldebug.c 59 L->oldpc = L->ci->u.l.savedpc;

Completed in 201 milliseconds