OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:saved_pc
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/coregrind/m_gdbserver/
m_gdbserver.c
635
Addr
saved_pc
;
local
645
saved_pc
= VG_(get_IP) (tid);
720
if (VG_(get_IP) (tid) !=
saved_pc
) {
723
sym(
saved_pc
, /* is_code */ True),
[
all
...]
/external/qemu/target-mips/
translate.c
464
target_ulong pc,
saved_pc
;
member in struct:DisasContext
754
if (do_save_pc && ctx->pc != ctx->
saved_pc
) {
756
ctx->
saved_pc
= ctx->pc;
[
all
...]
Completed in 81 milliseconds