GDB (xrefs)
|
#include "microblaze-tdep.h"
Public Attributes | |
CORE_ADDR | base |
CORE_ADDR | pc |
int | frameless_p |
int | framesize |
int | fp_regnum |
int | register_offsets [MICROBLAZE_NUM_REGS] |
struct trad_frame_saved_reg * | saved_regs |
Definition at line 95 of file microblaze-tdep.h.
CORE_ADDR microblaze_frame_cache::base |
Definition at line 98 of file microblaze-tdep.h.
Referenced by BP_MANIPULATION(), microblaze_frame_base_address(), and microblaze_frame_this_id().
int microblaze_frame_cache::fp_regnum |
Definition at line 108 of file microblaze-tdep.h.
Referenced by microblaze_analyze_prologue().
int microblaze_frame_cache::frameless_p |
Definition at line 102 of file microblaze-tdep.h.
Referenced by BP_MANIPULATION(), microblaze_analyze_prologue(), and microblaze_frame_prev_register().
int microblaze_frame_cache::framesize |
Definition at line 105 of file microblaze-tdep.h.
Referenced by microblaze_analyze_prologue().
CORE_ADDR microblaze_frame_cache::pc |
Definition at line 99 of file microblaze-tdep.h.
Referenced by BP_MANIPULATION(), microblaze_analyze_prologue(), microblaze_frame_cache(), microblaze_frame_this_id(), and microblaze_unwind_pc().
int microblaze_frame_cache::register_offsets[MICROBLAZE_NUM_REGS] |
Definition at line 111 of file microblaze-tdep.h.
Referenced by microblaze_analyze_prologue(), and microblaze_frame_cache().
struct trad_frame_saved_reg* microblaze_frame_cache::saved_regs |
Definition at line 114 of file microblaze-tdep.h.
Referenced by microblaze_frame_cache(), and microblaze_frame_prev_register().