GDB (xrefs)
|
Public Attributes | |
ptid_t | ptid |
int | skipped_frames |
CORE_ADDR | saved_pc |
struct symbol * | skipped_symbol |
Definition at line 35 of file inline-frame.c.
ptid_t inline_state::ptid |
Definition at line 40 of file inline-frame.c.
Referenced by allocate_inline_frame_state(), clear_inline_frame_state(), and VEC().
CORE_ADDR inline_state::saved_pc |
Definition at line 50 of file inline-frame.c.
Referenced by skip_inline_frames(), and VEC().
int inline_state::skipped_frames |
Definition at line 44 of file inline-frame.c.
Referenced by inline_frame_sniffer(), inline_skipped_frames(), skip_inline_frames(), and step_into_inline_frame().
struct symbol* inline_state::skipped_symbol |
Definition at line 55 of file inline-frame.c.
Referenced by inline_skipped_symbol(), and skip_inline_frames().