GDB (xrefs)
Functions | Variables
/tmp/gdb-8.1/gdb/inline-frame.h File Reference

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 symbolinline_skipped_symbol (ptid_t ptid)
 
int frame_inlined_callees (struct frame_info *this_frame)
 

Variables

const struct frame_unwind inline_frame_unwind
 

Function Documentation

◆ clear_inline_frame_state()

void clear_inline_frame_state ( ptid_t  ptid)

◆ frame_inlined_callees()

int frame_inlined_callees ( struct frame_info this_frame)

◆ inline_skipped_frames()

int inline_skipped_frames ( ptid_t  ptid)

◆ inline_skipped_symbol()

struct symbol* inline_skipped_symbol ( ptid_t  ptid)

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

References gdb_assert, inline_state::ptid, and inline_state::skipped_symbol.

Referenced by find_frame_sal().

◆ skip_inline_frames()

void skip_inline_frames ( ptid_t  ptid)

◆ step_into_inline_frame()

void step_into_inline_frame ( ptid_t  ptid)

Variable Documentation

◆ inline_frame_unwind

const struct frame_unwind inline_frame_unwind

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

Referenced by frame_unwind_init().