GDB (xrefs)
Loading...
Searching...
No Matches
Functions | Variables
inline-frame.h File Reference

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 symbolinline_skipped_symbol (thread_info *thread)
 
int frame_inlined_callees (frame_info_ptr this_frame)
 

Variables

const struct frame_unwind inline_frame_unwind
 

Function Documentation

◆ clear_inline_frame_state() [1/2]

void clear_inline_frame_state ( process_stratum_target * target,
ptid_t ptid )

◆ clear_inline_frame_state() [2/2]

void clear_inline_frame_state ( thread_info * thread)

Definition at line 140 of file inline-frame.c.

References inline_states.

◆ frame_inlined_callees()

int frame_inlined_callees ( frame_info_ptr this_frame)

◆ inline_skipped_frames()

int inline_skipped_frames ( thread_info * thread)

◆ inline_skipped_symbol()

struct symbol * inline_skipped_symbol ( thread_info * thread)

◆ skip_inline_frames()

void skip_inline_frames ( thread_info * thread,
struct bpstat * stop_chain )

◆ step_into_inline_frame()

void step_into_inline_frame ( thread_info * thread)

Variable Documentation

◆ inline_frame_unwind

const struct frame_unwind inline_frame_unwind
extern

Definition at line 268 of file inline-frame.c.

Referenced by get_frame_unwind_table().