GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
tailcall_cache Struct Reference

Public Attributes

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 39 of file frame-tailcall.c.

Member Data Documentation

◆ chain

struct call_site_chain* tailcall_cache::chain

◆ chain_levels

int tailcall_cache::chain_levels

◆ entry_cfa_sp_offset

LONGEST tailcall_cache::entry_cfa_sp_offset

◆ next_bottom_frame

frame_info* tailcall_cache::next_bottom_frame

◆ prev_pc

CORE_ADDR tailcall_cache::prev_pc

Definition at line 56 of file frame-tailcall.c.

Referenced by dwarf2_tailcall_sniffer_first(), and pretend_pc().

◆ prev_sp

CORE_ADDR tailcall_cache::prev_sp

◆ prev_sp_p

unsigned tailcall_cache::prev_sp_p

◆ refc

int tailcall_cache::refc

Definition at line 46 of file frame-tailcall.c.

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


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