GDB (xrefs)
|
Public Member Functions | |
inline_state (thread_info *thread_, int skipped_frames_, CORE_ADDR saved_pc_, std::vector< symbol * > &&skipped_symbols_) | |
Public Attributes | |
thread_info * | thread |
int | skipped_frames |
CORE_ADDR | saved_pc |
std::vector< struct symbol * > | skipped_symbols |
Definition at line 37 of file inline-frame.c.
|
inline |
Definition at line 39 of file inline-frame.c.
CORE_ADDR inline_state::saved_pc |
Definition at line 57 of file inline-frame.c.
Referenced by find_inline_frame_state().
int inline_state::skipped_frames |
Definition at line 51 of file inline-frame.c.
Referenced by inline_frame_sniffer(), inline_skipped_frames(), inline_skipped_symbol(), and step_into_inline_frame().
std::vector<struct symbol *> inline_state::skipped_symbols |
Definition at line 62 of file inline-frame.c.
Referenced by inline_skipped_symbol().
thread_info* inline_state::thread |
Definition at line 47 of file inline-frame.c.
Referenced by find_inline_frame_state().