GDB (xrefs)
|
Public Attributes | |
struct thread_info * | tp |
struct frame_info * | frame |
const struct btrace_function * | bfun |
Definition at line 1323 of file record-btrace.c.
const struct btrace_function* btrace_frame_cache::bfun |
Definition at line 1332 of file record-btrace.c.
Referenced by btrace_get_frame_function(), record_btrace_frame_prev_register(), record_btrace_frame_sniffer(), record_btrace_frame_this_id(), record_btrace_frame_unwind_stop_reason(), and record_btrace_tailcall_frame_sniffer().
struct frame_info* btrace_frame_cache::frame |
Definition at line 1329 of file record-btrace.c.
Referenced by bfcache_eq(), bfcache_hash(), bfcache_new(), and btrace_get_frame_function().
struct thread_info* btrace_frame_cache::tp |
Definition at line 1326 of file record-btrace.c.
Referenced by record_btrace_frame_sniffer(), and record_btrace_tailcall_frame_sniffer().