OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:resume_pc
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/coregrind/m_gdbserver/
target.c
149
If stop_pc !=
resume_pc
, it means
154
static CORE_ADDR
resume_pc
;
variable
205
return
resume_pc
;
258
resume_pc
= (*the_low_target.get_pc) ();
259
if (
resume_pc
!= stop_pc) {
261
"stop_pc %p changed to be
resume_pc
%s\n",
262
C2v(stop_pc), sym(
resume_pc
));
Completed in 4313 milliseconds