HomeSort by: relevance | last modified time | path
    Searched defs:saved_pc (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
inline-frame.c 43 : thread (thread_), skipped_frames (skipped_frames_), saved_pc (saved_pc_),
58 CORE_ADDR saved_pc; member in struct:inline_state
60 /* The list of all inline functions that start at SAVED_PC, except for
62 inline function that doesn't start at SAVED_PC. This last entry is
65 This list can be empty if SAVED_PC is for a code region which is not
91 if (current_pc != state.saved_pc)
571 addr = it->saved_pc;
symtab.c 3894 CORE_ADDR pc, saved_pc;
3958 saved_pc = pc;
3961 pc = saved_pc;
3886 CORE_ADDR pc, saved_pc; local
  /src/external/gpl3/gdb/dist/gdb/
inline-frame.c 43 : thread (thread_), skipped_frames (skipped_frames_), saved_pc (saved_pc_),
58 CORE_ADDR saved_pc; member in struct:inline_state
60 /* The list of all inline functions that start at SAVED_PC, except for
62 inline function that doesn't start at SAVED_PC. This last entry is
65 This list can be empty if SAVED_PC is for a code region which is not
91 if (current_pc != state.saved_pc)
572 addr = it->saved_pc;
symtab.c 3892 CORE_ADDR pc, saved_pc;
3956 saved_pc = pc;
3959 pc = saved_pc;
3884 CORE_ADDR pc, saved_pc; local

Completed in 31 milliseconds