GDB (xrefs)
Functions | Variables
/tmp/gdb-7.10/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

void clear_inline_frame_state ( ptid_t  ptid)
int frame_inlined_callees ( struct frame_info this_frame)
int inline_skipped_frames ( ptid_t  ptid)
struct symbol* inline_skipped_symbol ( ptid_t  ptid)

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

References gdb_assert, and inline_state::skipped_symbol.

Referenced by find_frame_sal().

void skip_inline_frames ( ptid_t  ptid)
void step_into_inline_frame ( ptid_t  ptid)

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

References gdb_assert, reinit_frame_cache(), and inline_state::skipped_frames.

Referenced by process_event_stop_test(), and step_once().

Variable Documentation

const struct frame_unwind inline_frame_unwind

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

Referenced by frame_unwind_init().