GDB (xrefs)
|
Go to the source code of this file.
Functions | |
void | skip_inline_frames (thread_info *thread, struct bpstat *stop_chain) |
void | clear_inline_frame_state (process_stratum_target *target, ptid_t ptid) |
void | clear_inline_frame_state (thread_info *thread) |
void | step_into_inline_frame (thread_info *thread) |
int | inline_skipped_frames (thread_info *thread) |
struct symbol * | inline_skipped_symbol (thread_info *thread) |
int | frame_inlined_callees (frame_info_ptr this_frame) |
Variables | |
const struct frame_unwind | inline_frame_unwind |
void clear_inline_frame_state | ( | process_stratum_target * | target, |
ptid_t | ptid ) |
Definition at line 101 of file inline-frame.c.
References thread_info::inf, inline_states, inferior::process_target(), and thread_info::ptid.
Referenced by clear_thread_inferior_resources(), infrun_thread_stop_requested(), and target_resume().
void clear_inline_frame_state | ( | thread_info * | thread | ) |
Definition at line 140 of file inline-frame.c.
References inline_states.
int frame_inlined_callees | ( | frame_info_ptr | this_frame | ) |
Definition at line 444 of file inline-frame.c.
References get_frame_type(), get_next_frame(), inferior_thread(), INLINE_FRAME, and inline_skipped_frames().
Referenced by find_frame_sal(), and get_frame_block().
int inline_skipped_frames | ( | thread_info * | thread | ) |
Definition at line 410 of file inline-frame.c.
References find_inline_frame_state(), and inline_state::skipped_frames.
Referenced by frame_inlined_callees(), frame_show_address(), prepare_one_step(), and process_event_stop_test().
struct symbol * inline_skipped_symbol | ( | thread_info * | thread | ) |
Definition at line 424 of file inline-frame.c.
References find_inline_frame_state(), inline_state::skipped_frames, and inline_state::skipped_symbols.
Referenced by find_frame_sal(), and prepare_one_step().
void skip_inline_frames | ( | thread_info * | thread, |
struct bpstat * | stop_chain ) |
Definition at line 343 of file inline-frame.c.
References block_for_pc(), block_starting_point_at(), block::entry_pc(), find_inline_frame_state(), block::function(), get_current_frame(), get_frame_pc(), inline_states, block::inlined_p(), reinit_frame_cache(), stopped_by_user_bp_inline_frame(), and block::superblock().
Referenced by handle_signal_stop().
void step_into_inline_frame | ( | thread_info * | thread | ) |
Definition at line 397 of file inline-frame.c.
References find_inline_frame_state(), reinit_frame_cache(), and inline_state::skipped_frames.
Referenced by prepare_one_step(), and process_event_stop_test().
|
extern |
Definition at line 268 of file inline-frame.c.
Referenced by get_frame_unwind_table().