GDB (xrefs)
|
#include "ia64-libunwind-tdep.h"
Public Attributes | |
int(* | gdb2uw )(int) = nullptr |
int(* | uw2gdb )(int) = nullptr |
int(* | is_fpreg )(int) = nullptr |
void * | accessors = nullptr |
void * | special_accessors = nullptr |
Definition at line 41 of file ia64-libunwind-tdep.h.
void* libunwind_descr::accessors = nullptr |
Definition at line 46 of file ia64-libunwind-tdep.h.
Referenced by libunwind_frame_cache(), libunwind_frame_set_descr(), libunwind_frame_sniffer(), and libunwind_sigtramp_frame_sniffer().
int(* libunwind_descr::gdb2uw) (int) = nullptr |
Definition at line 43 of file ia64-libunwind-tdep.h.
Referenced by libunwind_frame_cache(), libunwind_frame_prev_register(), libunwind_frame_set_descr(), and libunwind_get_reg_special().
int(* libunwind_descr::is_fpreg) (int) = nullptr |
Definition at line 45 of file ia64-libunwind-tdep.h.
Referenced by libunwind_frame_prev_register(), libunwind_frame_set_descr(), and libunwind_get_reg_special().
void* libunwind_descr::special_accessors = nullptr |
Definition at line 47 of file ia64-libunwind-tdep.h.
Referenced by libunwind_frame_set_descr(), and libunwind_get_reg_special().
int(* libunwind_descr::uw2gdb) (int) = nullptr |
Definition at line 44 of file ia64-libunwind-tdep.h.
Referenced by libunwind_frame_prev_register(), and libunwind_frame_set_descr().