GDB (xrefs)
|
#include "defs.h"
#include "regcache.h"
#include "sentinel-frame.h"
#include "inferior.h"
#include "frame-unwind.h"
Go to the source code of this file.
Classes | |
struct | frame_unwind_cache |
Functions | |
void * | sentinel_frame_cache (struct regcache *regcache) |
static struct value * | sentinel_frame_prev_register (frame_info_ptr this_frame, void **this_prologue_cache, int regnum) |
static void | sentinel_frame_this_id (frame_info_ptr this_frame, void **this_prologue_cache, struct frame_id *this_id) |
static struct gdbarch * | sentinel_frame_prev_arch (frame_info_ptr this_frame, void **this_prologue_cache) |
Variables | |
const struct frame_unwind | sentinel_frame_unwind |
void * sentinel_frame_cache | ( | struct regcache * | regcache | ) |
Definition at line 33 of file sentinel-frame.c.
References FRAME_OBSTACK_ZALLOC, and frame_unwind_cache::regcache.
Referenced by create_sentinel_frame().
|
static |
Definition at line 74 of file sentinel-frame.c.
References reg_buffer::arch(), and frame_unwind_cache::regcache.
|
static |
Definition at line 45 of file sentinel-frame.c.
References readable_regcache::cooked_read_value(), get_frame_id(), is_sentinel_frame_id(), frame_unwind_cache::regcache, regnum, value, and VALUE_NEXT_FRAME_ID.
|
static |
Definition at line 63 of file sentinel-frame.c.
const struct frame_unwind sentinel_frame_unwind |
Definition at line 83 of file sentinel-frame.c.
Referenced by create_sentinel_frame().