GDB (xrefs)
|
Public Attributes | |
CORE_ADDR | base |
CORE_ADDR | sp_offset |
CORE_ADDR | pc |
CORE_ADDR | saved_regs [M68K_NUM_REGS] |
CORE_ADDR | saved_sp |
long | locals |
Definition at line 616 of file m68k-tdep.c.
CORE_ADDR m68k_frame_cache::base |
Definition at line 619 of file m68k-tdep.c.
Referenced by m68k_alloc_frame_cache(), m68k_frame_base_address(), m68k_frame_cache(), and m68k_frame_this_id().
long m68k_frame_cache::locals |
Definition at line 628 of file m68k-tdep.c.
Referenced by m68k_alloc_frame_cache(), m68k_analyze_frame_setup(), m68k_analyze_register_saves(), m68k_frame_cache(), and m68k_skip_prologue().
CORE_ADDR m68k_frame_cache::pc |
Definition at line 621 of file m68k-tdep.c.
Referenced by m68k_alloc_frame_cache(), m68k_analyze_frame_setup(), m68k_analyze_prologue(), m68k_analyze_register_saves(), m68k_frame_cache(), m68k_frame_this_id(), and m68k_skip_prologue().
CORE_ADDR m68k_frame_cache::saved_regs[M68K_NUM_REGS] |
Definition at line 624 of file m68k-tdep.c.
Referenced by m68k_alloc_frame_cache(), m68k_analyze_frame_setup(), m68k_analyze_register_saves(), m68k_frame_cache(), and m68k_frame_prev_register().
CORE_ADDR m68k_frame_cache::saved_sp |
Definition at line 625 of file m68k-tdep.c.
Referenced by m68k_frame_cache(), and m68k_frame_prev_register().
CORE_ADDR m68k_frame_cache::sp_offset |
Definition at line 620 of file m68k-tdep.c.
Referenced by m68k_alloc_frame_cache(), m68k_analyze_frame_setup(), and m68k_frame_cache().