GDB (API)
Functions | Variables
/home/stan/gdb/src/gdb/sentinel-frame.c File Reference
#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

Function Documentation

void* sentinel_frame_cache ( struct regcache *  regcache)

Definition at line 33 of file sentinel-frame.c.


Variable Documentation

Initial value:
{
  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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines