GDB (API)
|
#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.
Functions | |
void * | sentinel_frame_cache (struct regcache *regcache) |
Variables | |
struct frame_unwind | sentinel_frame_unwind |
void* sentinel_frame_cache | ( | struct regcache * | regcache | ) |
Definition at line 33 of file sentinel-frame.c.
{ SENTINEL_FRAME, default_frame_unwind_stop_reason, sentinel_frame_this_id, sentinel_frame_prev_register, NULL, NULL, NULL, sentinel_frame_prev_arch, }
Definition at line 78 of file sentinel-frame.c.