GDB (xrefs)
|
#include "frame-unwind.h"
Public Attributes | |
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 143 of file frame-unwind.h.
frame_dealloc_cache_ftype* frame_unwind::dealloc_cache |
Definition at line 155 of file frame-unwind.h.
Referenced by dwarf2_frame_dealloc_cache(), pyuw_on_new_gdbarch(), and reinit_frame_cache().
frame_prev_arch_ftype* frame_unwind::prev_arch |
Definition at line 156 of file frame-unwind.h.
Referenced by frame_unwind_arch().
frame_prev_register_ftype* frame_unwind::prev_register |
Definition at line 152 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 154 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 150 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 151 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 147 of file frame-unwind.h.
Referenced by fprint_frame(), get_frame_type(), get_prev_frame_always_1(), pyuw_on_new_gdbarch(), and tramp_frame_prepend_unwinder().
const struct frame_data* frame_unwind::unwind_data |
Definition at line 153 of file frame-unwind.h.
Referenced by pyuw_on_new_gdbarch(), and tramp_frame_prepend_unwinder().