GDB (xrefs)
|
#include "frame-unwind.h"
Public Attributes | |
const char * | name |
enum frame_type | type |
frame_unwind_stop_reason_ftype * | stop_reason |
frame_this_id_ftype * | this_id |
frame_prev_register_ftype * | prev_register |
const struct frame_data * | unwind_data |
frame_sniffer_ftype * | sniffer |
frame_dealloc_cache_ftype * | dealloc_cache |
frame_prev_arch_ftype * | prev_arch |
Definition at line 159 of file frame-unwind.h.
frame_dealloc_cache_ftype* frame_unwind::dealloc_cache |
Definition at line 172 of file frame-unwind.h.
Referenced by dwarf2_frame_dealloc_cache(), frame_info_del(), and pyuw_on_new_gdbarch().
const char* frame_unwind::name |
Definition at line 161 of file frame-unwind.h.
Referenced by gdb.printing.FlagEnumerationPrinter::__call__(), gdb.dap.varref.BaseReference::__init__(), gdb.disassembler.Disassembler::__init__(), gdb.printing.SubPrettyPrinter::__init__(), gdb.types.TypePrinter::__init__(), gdb.xmethod.XMethod::__init__(), gdb.xmethod.XMethodMatcher::__init__(), gdb.printing.PrettyPrinter::__init__(), frame_unwind_try_unwinder(), pyuw_on_new_gdbarch(), gdb.dap.varref.BaseReference::to_object(), and frame_info::to_string().
frame_prev_arch_ftype* frame_unwind::prev_arch |
Definition at line 173 of file frame-unwind.h.
Referenced by frame_unwind_arch(), and tramp_frame_prepend_unwinder().
frame_prev_register_ftype* frame_unwind::prev_register |
Definition at line 169 of file frame-unwind.h.
Referenced by frame_unwind_register_value(), pyuw_on_new_gdbarch(), and tramp_frame_prepend_unwinder().
frame_sniffer_ftype* frame_unwind::sniffer |
Definition at line 171 of file frame-unwind.h.
Referenced by frame_unwind_try_unwinder(), pyuw_on_new_gdbarch(), and tramp_frame_prepend_unwinder().
frame_unwind_stop_reason_ftype* frame_unwind::stop_reason |
Definition at line 167 of file frame-unwind.h.
Referenced by get_prev_frame_always_1(), pyuw_on_new_gdbarch(), and tramp_frame_prepend_unwinder().
frame_this_id_ftype* frame_unwind::this_id |
Definition at line 168 of file frame-unwind.h.
Referenced by compute_frame_id(), pyuw_on_new_gdbarch(), and tramp_frame_prepend_unwinder().
enum frame_type frame_unwind::type |
Definition at line 164 of file frame-unwind.h.
Referenced by dwarf2_frame_sniffer(), get_frame_type(), get_prev_frame_always_1(), pyuw_on_new_gdbarch(), frame_info::to_string(), and tramp_frame_prepend_unwinder().
const struct frame_data* frame_unwind::unwind_data |
Definition at line 170 of file frame-unwind.h.
Referenced by pyuw_on_new_gdbarch(), pyuw_sniffer(), tramp_frame_prepend_unwinder(), and tramp_frame_sniffer().