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

  /external/valgrind/main/coregrind/m_gdbserver/
target.c 149 If stop_pc != resume_pc, it means
154 static CORE_ADDR resume_pc; variable
196 return resume_pc;
246 resume_pc = (*the_low_target.get_pc) ();
247 if (resume_pc != stop_pc) {
249 "stop_pc %p changed to be resume_pc %s\n",
250 C2v(stop_pc), sym(resume_pc));

Completed in 76 milliseconds