|
GDB (xrefs)
|
#include "tramp-frame.h"
Public Attributes | |
| enum frame_type | frame_type |
| int | insn_size |
| struct { | |
| ULONGEST bytes | |
| ULONGEST mask | |
| } | insn [48] |
| void(* | init )(const struct tramp_frame *self, struct frame_info *this_frame, struct trad_frame_cache *this_cache, CORE_ADDR func) |
| int(* | validate )(const struct tramp_frame *self, struct frame_info *this_frame, CORE_ADDR *pc) |
Definition at line 46 of file tramp-frame.h.
| ULONGEST tramp_frame::bytes |
Definition at line 63 of file tramp-frame.h.
Referenced by tramp_frame_prepend_unwinder(), and tramp_frame_start().
| enum frame_type tramp_frame::frame_type |
Definition at line 50 of file tramp-frame.h.
Referenced by tramp_frame_prepend_unwinder().
| void(* tramp_frame::init) (const struct tramp_frame *self, struct frame_info *this_frame, struct trad_frame_cache *this_cache, CORE_ADDR func) |
Definition at line 68 of file tramp-frame.h.
Referenced by tramp_frame_cache().
| struct { ... } tramp_frame::insn[48] |
Referenced by sparc32_linux_step_trap(), sparc64_linux_step_trap(), tramp_frame_prepend_unwinder(), and tramp_frame_start().
| int tramp_frame::insn_size |
Definition at line 60 of file tramp-frame.h.
Referenced by tramp_frame_prepend_unwinder(), and tramp_frame_start().
| ULONGEST tramp_frame::mask |
Definition at line 64 of file tramp-frame.h.
Referenced by tramp_frame_start().
| int(* tramp_frame::validate) (const struct tramp_frame *self, struct frame_info *this_frame, CORE_ADDR *pc) |
Definition at line 76 of file tramp-frame.h.
Referenced by tramp_frame_start().
1.8.14