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

Public Attributes

int level
 
struct program_spacepspace
 
const 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 85 of file frame.c.

Member Data Documentation

◆ addr

CORE_ADDR frame_info::addr

◆ arch

struct gdbarch* frame_info::arch

Definition at line 116 of file frame.c.

Referenced by frame_unwind_arch(), and info_spu_event_command().

◆ aspace

const address_space* frame_info::aspace

◆ base

const struct frame_base* frame_info::base

◆ base_cache

void* frame_info::base_cache

◆ level

int frame_info::level

◆ next

struct frame_info* frame_info::next

◆ p

int frame_info::p

◆ prev

struct frame_info* frame_info::prev

◆ prev_arch

struct { ... } frame_info::prev_arch

Referenced by frame_unwind_arch().

◆ prev_func

struct { ... } frame_info::prev_func

◆ prev_p

int frame_info::prev_p

◆ prev_pc

struct { ... } frame_info::prev_pc

◆ prologue_cache

void* frame_info::prologue_cache

◆ pspace

struct program_space* frame_info::pspace

◆ status

enum cached_copy_status frame_info::status

Definition at line 121 of file frame.c.

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

◆ stop_reason

enum unwind_stop_reason frame_info::stop_reason

◆ stop_string

const char* frame_info::stop_string

Definition at line 157 of file frame.c.

Referenced by frame_stop_reason_string(), and get_prev_frame_always().

◆ this_id

struct { ... } frame_info::this_id

◆ unwind

const struct frame_unwind* frame_info::unwind

◆ value [1/2]

CORE_ADDR frame_info::value

◆ value [2/2]

struct frame_id frame_info::value

Definition at line 136 of file frame.c.

Referenced by gdb-gdb.TypeFlag::__cmp__().


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