GDB (xrefs)
Public Attributes | List of all members
frame_info Struct Reference

Public Attributes

int level
 
struct program_spacepspace
 
struct address_spaceaspace
 
void * prologue_cache
 
const struct frame_unwindunwind
 
struct {
   int   p
 
   struct gdbarch *   arch
 
prev_arch
 
struct {
   enum cached_copy_status   status
 
   CORE_ADDR   value
 
prev_pc
 
struct {
   CORE_ADDR   addr
 
   int   p
 
prev_func
 
struct {
   int   p
 
   struct frame_id   value
 
this_id
 
const struct frame_basebase
 
void * base_cache
 
struct frame_infonext
 
int prev_p
 
struct frame_infoprev
 
enum unwind_stop_reason stop_reason
 
const char * stop_string
 

Detailed Description

Definition at line 76 of file frame.c.

Member Data Documentation

CORE_ADDR frame_info::addr
struct gdbarch* frame_info::arch

Definition at line 107 of file frame.c.

Referenced by frame_unwind_arch().

struct address_space* frame_info::aspace
const struct frame_base* frame_info::base
void* frame_info::base_cache
int frame_info::level
struct frame_info* frame_info::next
int frame_info::p
struct frame_info* frame_info::prev
struct { ... } frame_info::prev_arch

Referenced by frame_unwind_arch().

struct { ... } frame_info::prev_func
int frame_info::prev_p
struct { ... } frame_info::prev_pc
void* frame_info::prologue_cache
struct program_space* frame_info::pspace
enum cached_copy_status frame_info::status

Definition at line 112 of file frame.c.

Referenced by create_new_frame(), fprint_frame(), and frame_unwind_pc().

enum unwind_stop_reason frame_info::stop_reason
const char* frame_info::stop_string

Definition at line 148 of file frame.c.

Referenced by frame_stop_reason_string(), and get_prev_frame_always().

struct { ... } frame_info::this_id
const struct frame_unwind* frame_info::unwind
CORE_ADDR frame_info::value
struct frame_id frame_info::value

Definition at line 127 of file frame.c.


The documentation for this struct was generated from the following file: