GDB (API)
|
Go to the source code of this file.
Functions | |
void | skip_inline_frames (ptid_t ptid) |
void | clear_inline_frame_state (ptid_t ptid) |
void | step_into_inline_frame (ptid_t ptid) |
int | inline_skipped_frames (ptid_t ptid) |
struct symbol * | inline_skipped_symbol (ptid_t ptid) |
int | frame_inlined_callees (struct frame_info *this_frame) |
Variables | |
struct frame_unwind | inline_frame_unwind |
void clear_inline_frame_state | ( | ptid_t | ptid | ) |
Definition at line 114 of file inline-frame.c.
int frame_inlined_callees | ( | struct frame_info * | this_frame | ) |
Definition at line 392 of file inline-frame.c.
int inline_skipped_frames | ( | ptid_t | ptid | ) |
Definition at line 365 of file inline-frame.c.
struct symbol* inline_skipped_symbol | ( | ptid_t | ptid | ) | [read] |
Definition at line 379 of file inline-frame.c.
void skip_inline_frames | ( | ptid_t | ptid | ) |
Definition at line 303 of file inline-frame.c.
void step_into_inline_frame | ( | ptid_t | ptid | ) |
Definition at line 352 of file inline-frame.c.
struct frame_unwind inline_frame_unwind |
Definition at line 262 of file inline-frame.c.