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

Public Attributes

struct frame_infonext_bottom_frame
 
int refc
 
struct call_site_chainchain
 
int chain_levels
 
CORE_ADDR prev_pc
 
unsigned prev_sp_p: 1
 
CORE_ADDR prev_sp
 
LONGEST entry_cfa_sp_offset
 

Detailed Description

Definition at line 38 of file dwarf2-frame-tailcall.c.

Member Data Documentation

struct call_site_chain* tailcall_cache::chain

Definition at line 48 of file dwarf2-frame-tailcall.c.

Referenced by cache_unref(), dwarf2_tailcall_sniffer_first(), and pretend_pc().

int tailcall_cache::chain_levels
LONGEST tailcall_cache::entry_cfa_sp_offset
struct frame_info* tailcall_cache::next_bottom_frame
CORE_ADDR tailcall_cache::prev_pc

Definition at line 55 of file dwarf2-frame-tailcall.c.

Referenced by dwarf2_tailcall_sniffer_first(), and pretend_pc().

CORE_ADDR tailcall_cache::prev_sp
unsigned tailcall_cache::prev_sp_p
int tailcall_cache::refc

Definition at line 45 of file dwarf2-frame-tailcall.c.

Referenced by cache_new_ref1(), cache_ref(), and cache_unref().


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