GDB (xrefs)
|
Public Attributes | |
CORE_ADDR | base |
int | base_p |
LONGEST | sp_offset |
CORE_ADDR | pc |
CORE_ADDR | saved_regs [I386_NUM_SAVED_REGS] |
CORE_ADDR | saved_sp |
int | saved_sp_reg |
int | pc_in_eax |
long | locals |
Definition at line 1054 of file i386-tdep.c.
CORE_ADDR i386_frame_cache::base |
Definition at line 1057 of file i386-tdep.c.
Referenced by i386_alloc_frame_cache(), i386_epilogue_frame_cache(), i386_epilogue_frame_this_id(), i386_frame_base_address(), i386_frame_cache_1(), i386_frame_this_id(), i386_frame_unwind_stop_reason(), i386_sigtramp_frame_cache(), and i386_sigtramp_frame_this_id().
int i386_frame_cache::base_p |
Definition at line 1058 of file i386-tdep.c.
Referenced by i386_alloc_frame_cache(), i386_epilogue_frame_cache(), i386_epilogue_frame_this_id(), i386_epilogue_frame_unwind_stop_reason(), i386_frame_cache_1(), i386_frame_this_id(), i386_frame_unwind_stop_reason(), i386_sigtramp_frame_cache(), i386_sigtramp_frame_this_id(), and i386_sigtramp_frame_unwind_stop_reason().
long i386_frame_cache::locals |
Definition at line 1069 of file i386-tdep.c.
Referenced by i386_alloc_frame_cache(), i386_analyze_frame_setup(), i386_analyze_register_saves(), i386_frame_cache_1(), and i386_skip_prologue().
CORE_ADDR i386_frame_cache::pc |
Definition at line 1060 of file i386-tdep.c.
Referenced by i386_alloc_frame_cache(), i386_analyze_stack_align(), i386_analyze_struct_return(), i386_epilogue_frame_cache(), i386_epilogue_frame_this_id(), i386_follow_jump(), i386_frame_cache_1(), i386_frame_this_id(), i386_skip_probe(), and i386_skip_prologue().
int i386_frame_cache::pc_in_eax |
Definition at line 1066 of file i386-tdep.c.
Referenced by i386_alloc_frame_cache(), i386_analyze_struct_return(), and i386_frame_prev_register().
CORE_ADDR i386_frame_cache::saved_regs[I386_NUM_SAVED_REGS] |
Definition at line 1063 of file i386-tdep.c.
Referenced by i386_alloc_frame_cache(), i386_analyze_frame_setup(), i386_analyze_register_saves(), i386_epilogue_frame_cache(), i386_frame_cache_1(), i386_frame_prev_register(), and i386_sigtramp_frame_cache().
CORE_ADDR i386_frame_cache::saved_sp |
Definition at line 1064 of file i386-tdep.c.
Referenced by i386_alloc_frame_cache(), i386_epilogue_frame_cache(), i386_frame_cache_1(), and i386_frame_prev_register().
int i386_frame_cache::saved_sp_reg |
Definition at line 1065 of file i386-tdep.c.
Referenced by i386_alloc_frame_cache(), i386_analyze_stack_align(), i386_frame_cache_1(), and i386_frame_prev_register().
LONGEST i386_frame_cache::sp_offset |
Definition at line 1059 of file i386-tdep.c.
Referenced by i386_alloc_frame_cache(), i386_analyze_frame_setup(), i386_analyze_register_saves(), i386_analyze_struct_return(), i386_epilogue_frame_cache(), and i386_frame_cache_1().