GDB (xrefs)
|
Public Attributes | |
CORE_ADDR | prev_sp |
CORE_ADDR | base |
CORE_ADDR | pc |
int | size |
int | prologue_type |
CORE_ADDR | return_pc |
CORE_ADDR | sp_offset |
int | frameless |
enum insn_return_kind | return_kind |
trad_frame_saved_reg * | saved_regs |
Definition at line 160 of file m68hc11-tdep.c.
CORE_ADDR m68hc11_unwind_cache::base |
Definition at line 166 of file m68hc11-tdep.c.
Referenced by m68hc11_frame_this_id().
int m68hc11_unwind_cache::frameless |
Definition at line 172 of file m68hc11-tdep.c.
CORE_ADDR m68hc11_unwind_cache::pc |
Definition at line 167 of file m68hc11-tdep.c.
Referenced by m68hc11_frame_prev_register(), and m68hc11_skip_prologue().
CORE_ADDR m68hc11_unwind_cache::prev_sp |
Definition at line 164 of file m68hc11-tdep.c.
Referenced by m68hc11_frame_unwind_cache().
int m68hc11_unwind_cache::prologue_type |
Definition at line 169 of file m68hc11-tdep.c.
enum insn_return_kind m68hc11_unwind_cache::return_kind |
Definition at line 173 of file m68hc11-tdep.c.
CORE_ADDR m68hc11_unwind_cache::return_pc |
Definition at line 170 of file m68hc11-tdep.c.
trad_frame_saved_reg* m68hc11_unwind_cache::saved_regs |
Definition at line 176 of file m68hc11-tdep.c.
int m68hc11_unwind_cache::size |
Definition at line 168 of file m68hc11-tdep.c.
CORE_ADDR m68hc11_unwind_cache::sp_offset |
Definition at line 171 of file m68hc11-tdep.c.