GDB (xrefs)
|
Public Attributes | |
frame_info * | next_bottom_frame |
int | refc |
struct call_site_chain * | chain |
int | chain_levels |
CORE_ADDR | prev_pc |
unsigned | prev_sp_p: 1 |
CORE_ADDR | prev_sp |
LONGEST | entry_cfa_sp_offset |
Definition at line 39 of file frame-tailcall.c.
struct call_site_chain* tailcall_cache::chain |
Definition at line 49 of file frame-tailcall.c.
Referenced by cache_unref(), dwarf2_tailcall_sniffer_first(), pretend_pc(), and pretended_chain_levels().
int tailcall_cache::chain_levels |
Definition at line 52 of file frame-tailcall.c.
Referenced by dwarf2_tailcall_prev_register_first(), dwarf2_tailcall_sniffer_first(), pretended_chain_levels(), tailcall_frame_sniffer(), and tailcall_frame_this_id().
LONGEST tailcall_cache::entry_cfa_sp_offset |
Definition at line 64 of file frame-tailcall.c.
Referenced by dwarf2_tailcall_prev_register_first(), and dwarf2_tailcall_sniffer_first().
frame_info* tailcall_cache::next_bottom_frame |
Definition at line 42 of file frame-tailcall.c.
Referenced by cache_eq(), cache_find(), cache_hash(), cache_new_ref1(), existing_next_levels(), tailcall_frame_prev_arch(), and tailcall_frame_prev_register().
CORE_ADDR tailcall_cache::prev_pc |
Definition at line 56 of file frame-tailcall.c.
Referenced by dwarf2_tailcall_sniffer_first(), and pretend_pc().
CORE_ADDR tailcall_cache::prev_sp |
Definition at line 63 of file frame-tailcall.c.
Referenced by dwarf2_tailcall_prev_register_first(), and dwarf2_tailcall_sniffer_first().
unsigned tailcall_cache::prev_sp_p |
Definition at line 62 of file frame-tailcall.c.
Referenced by dwarf2_tailcall_prev_register_first(), and dwarf2_tailcall_sniffer_first().
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().