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

Public Attributes

CORE_ADDR cfa
 
int unavailable_retaddr
 
int undefined_retaddr
 
struct dwarf2_frame_state_regreg
 
struct dwarf2_frame_state_reg retaddr_reg
 
int addr_size
 
CORE_ADDR text_offset
 
int checked_tailcall_bottom
 
void * tailcall_cache
 
LONGEST entry_cfa_sp_offset
 
int entry_cfa_sp_offset_p
 

Detailed Description

Definition at line 920 of file dwarf2-frame.c.

Member Data Documentation

◆ addr_size

int dwarf2_frame_cache::addr_size

Definition at line 940 of file dwarf2-frame.c.

Referenced by dwarf2_frame_cache(), and dwarf2_frame_prev_register().

◆ cfa

CORE_ADDR dwarf2_frame_cache::cfa

◆ checked_tailcall_bottom

int dwarf2_frame_cache::checked_tailcall_bottom

Definition at line 947 of file dwarf2-frame.c.

Referenced by dwarf2_frame_prev_register().

◆ entry_cfa_sp_offset

LONGEST dwarf2_frame_cache::entry_cfa_sp_offset

Definition at line 959 of file dwarf2-frame.c.

Referenced by dwarf2_frame_cache(), and dwarf2_frame_prev_register().

◆ entry_cfa_sp_offset_p

int dwarf2_frame_cache::entry_cfa_sp_offset_p

Definition at line 960 of file dwarf2-frame.c.

Referenced by dwarf2_frame_cache(), and dwarf2_frame_prev_register().

◆ reg

struct dwarf2_frame_state_reg* dwarf2_frame_cache::reg

Definition at line 934 of file dwarf2-frame.c.

Referenced by dwarf2_frame_cache(), and dwarf2_frame_prev_register().

◆ retaddr_reg

struct dwarf2_frame_state_reg dwarf2_frame_cache::retaddr_reg

Definition at line 937 of file dwarf2-frame.c.

Referenced by dwarf2_frame_cache(), and dwarf2_frame_prev_register().

◆ tailcall_cache

void* dwarf2_frame_cache::tailcall_cache

Definition at line 954 of file dwarf2-frame.c.

Referenced by dwarf2_frame_dealloc_cache(), and dwarf2_frame_prev_register().

◆ text_offset

CORE_ADDR dwarf2_frame_cache::text_offset

Definition at line 943 of file dwarf2-frame.c.

Referenced by dwarf2_frame_cache(), and dwarf2_frame_prev_register().

◆ unavailable_retaddr

int dwarf2_frame_cache::unavailable_retaddr

◆ undefined_retaddr

int dwarf2_frame_cache::undefined_retaddr

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