GDB (xrefs)
|
Public Attributes | |
CORE_ADDR | base |
LONGEST | sp_offset |
CORE_ADDR | pc |
int | uses_fp |
CORE_ADDR | saved_regs [SH_NUM_REGS] |
CORE_ADDR | saved_sp |
CORE_ADDR sh_frame_cache::base |
Definition at line 74 of file sh-tdep.c.
Referenced by sh_alloc_frame_cache(), sh_frame_base_address(), sh_frame_cache(), and sh_frame_this_id().
CORE_ADDR sh_frame_cache::pc |
Definition at line 76 of file sh-tdep.c.
Referenced by sh_alloc_frame_cache(), sh_frame_cache(), sh_frame_this_id(), and sh_skip_prologue().
CORE_ADDR sh_frame_cache::saved_regs[SH_NUM_REGS] |
Definition at line 82 of file sh-tdep.c.
Referenced by sh_alloc_frame_cache(), sh_analyze_prologue(), sh_frame_cache(), and sh_frame_prev_register().
CORE_ADDR sh_frame_cache::saved_sp |
Definition at line 83 of file sh-tdep.c.
Referenced by sh_alloc_frame_cache(), sh_frame_cache(), sh_frame_prev_register(), sh_frame_this_id(), sh_make_stub_cache(), and sh_stub_this_id().
LONGEST sh_frame_cache::sp_offset |
Definition at line 75 of file sh-tdep.c.
Referenced by sh_alloc_frame_cache(), sh_analyze_prologue(), sh_frame_cache(), and sh_skip_prologue().
int sh_frame_cache::uses_fp |
Definition at line 79 of file sh-tdep.c.
Referenced by sh_alloc_frame_cache(), sh_analyze_prologue(), sh_frame_cache(), and sh_skip_prologue().