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

Public Attributes

struct frame_infothis_frame
 
CORE_ADDR this_base
 
struct trad_frame_saved_regprev_regs
 
struct frame_id this_id
 

Detailed Description

Definition at line 27 of file trad-frame.c.

Member Data Documentation

struct trad_frame_saved_reg* trad_frame_cache::prev_regs
CORE_ADDR trad_frame_cache::this_base

Definition at line 30 of file trad-frame.c.

Referenced by trad_frame_get_this_base(), and trad_frame_set_this_base().

struct frame_info* trad_frame_cache::this_frame

Definition at line 29 of file trad-frame.c.

Referenced by trad_frame_cache_zalloc().

struct frame_id trad_frame_cache::this_id

Definition at line 32 of file trad-frame.c.

Referenced by trad_frame_get_id(), and trad_frame_set_id().


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