GDB (xrefs)
|
Public Attributes | |
CORE_ADDR | base |
CORE_ADDR | pc |
LONGEST | framesize |
int | uses_fp |
CORE_ADDR | saved_regs [E_NUM_REGS] |
CORE_ADDR | saved_sp |
Definition at line 70 of file xstormy16-tdep.c.
CORE_ADDR xstormy16_frame_cache::base |
Definition at line 73 of file xstormy16-tdep.c.
Referenced by xstormy16_alloc_frame_cache(), xstormy16_frame_base_address(), xstormy16_frame_cache(), and xstormy16_frame_this_id().
LONGEST xstormy16_frame_cache::framesize |
Definition at line 75 of file xstormy16-tdep.c.
Referenced by xstormy16_alloc_frame_cache(), xstormy16_analyze_prologue(), and xstormy16_frame_cache().
CORE_ADDR xstormy16_frame_cache::pc |
Definition at line 74 of file xstormy16-tdep.c.
Referenced by xstormy16_alloc_frame_cache(), xstormy16_frame_cache(), xstormy16_frame_this_id(), xstormy16_skip_prologue(), and xstormy16_stack_frame_destroyed_p().
CORE_ADDR xstormy16_frame_cache::saved_regs[E_NUM_REGS] |
Definition at line 77 of file xstormy16-tdep.c.
Referenced by xstormy16_alloc_frame_cache(), xstormy16_analyze_prologue(), xstormy16_frame_cache(), and xstormy16_frame_prev_register().
CORE_ADDR xstormy16_frame_cache::saved_sp |
Definition at line 78 of file xstormy16-tdep.c.
Referenced by xstormy16_alloc_frame_cache(), xstormy16_frame_cache(), xstormy16_frame_prev_register(), and xstormy16_frame_this_id().
int xstormy16_frame_cache::uses_fp |
Definition at line 76 of file xstormy16-tdep.c.
Referenced by xstormy16_alloc_frame_cache(), xstormy16_analyze_prologue(), xstormy16_frame_cache(), and xstormy16_skip_prologue().