HomeSort by relevance Sort by last modified time
    Searched refs:saved_pc (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/coregrind/m_gdbserver/
m_gdbserver.c 663 Addr saved_pc; local
681 saved_pc = VG_(get_IP) (tid);
756 if (VG_(get_IP) (tid) != saved_pc) {
759 sym(saved_pc, /* is_code */ True),
    [all...]
  /external/qemu/target-mips/
translate.c 471 target_ulong pc, saved_pc; member in struct:DisasContext
761 if (do_save_pc && ctx->pc != ctx->saved_pc) {
763 ctx->saved_pc = ctx->pc;
    [all...]

Completed in 247 milliseconds