GDB (API)
|
#include "defs.h"
#include "inline-frame.h"
#include "addrmap.h"
#include "block.h"
#include "frame-unwind.h"
#include "inferior.h"
#include "regcache.h"
#include "symtab.h"
#include "vec.h"
#include "gdb_assert.h"
Go to the source code of this file.
Typedefs | |
typedef struct inline_state | inline_state_s |
Functions | |
DEF_VEC_O (inline_state_s) | |
void | clear_inline_frame_state (ptid_t ptid) |
void | skip_inline_frames (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 |
typedef struct inline_state inline_state_s |
Definition at line 59 of file inline-frame.c.
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 |
{ INLINE_FRAME, default_frame_unwind_stop_reason, inline_frame_this_id, inline_frame_prev_register, NULL, inline_frame_sniffer }
Definition at line 262 of file inline-frame.c.