43 return this_trad_cache;
60 for (regnum = 0; regnum < numregs; regnum++)
65 return this_saved_regs;
79 return (this_saved_regs[regnum].
realreg >= 0
80 && this_saved_regs[regnum].
addr != -1);
87 return (this_saved_regs[regnum].
realreg >= 0
88 && this_saved_regs[regnum].
addr == -1);
142 this_saved_regs[regnum].addr);
145 this_saved_regs[regnum].realreg);
149 this_saved_regs[regnum].addr);
167 this_trad_cache->
this_id = this_id;
174 (*this_id) = this_trad_cache->
this_id;
void trad_frame_set_reg_addr(struct trad_frame_cache *this_trad_cache, int regnum, CORE_ADDR addr)
struct trad_frame_saved_reg * prev_regs
int trad_frame_realreg_p(struct trad_frame_saved_reg this_saved_regs[], int regnum)
struct value * trad_frame_get_prev_register(struct frame_info *this_frame, struct trad_frame_saved_reg this_saved_regs[], int regnum)
int trad_frame_addr_p(struct trad_frame_saved_reg this_saved_regs[], int regnum)
struct value * frame_unwind_got_memory(struct frame_info *frame, int regnum, CORE_ADDR addr)
void trad_frame_set_value(struct trad_frame_saved_reg this_saved_regs[], int regnum, LONGEST val)
void trad_frame_set_reg_realreg(struct trad_frame_cache *this_trad_cache, int regnum, int realreg)
void trad_frame_set_id(struct trad_frame_cache *this_trad_cache, struct frame_id this_id)
int trad_frame_value_p(struct trad_frame_saved_reg this_saved_regs[], int regnum)
int gdbarch_num_regs(struct gdbarch *gdbarch)
#define FRAME_OBSTACK_ZALLOC(TYPE)
struct value * frame_unwind_got_constant(struct frame_info *frame, int regnum, ULONGEST val)
int gdbarch_num_pseudo_regs(struct gdbarch *gdbarch)
void trad_frame_get_id(struct trad_frame_cache *this_trad_cache, struct frame_id *this_id)
struct trad_frame_cache * trad_frame_cache_zalloc(struct frame_info *this_frame)
void trad_frame_set_reg_value(struct trad_frame_cache *this_trad_cache, int regnum, LONGEST val)
struct frame_info * this_frame
struct value * frame_unwind_got_optimized(struct frame_info *frame, int regnum)
struct trad_frame_saved_reg * trad_frame_alloc_saved_regs(struct frame_info *this_frame)
struct value * frame_unwind_got_register(struct frame_info *frame, int regnum, int new_regnum)
void trad_frame_set_this_base(struct trad_frame_cache *this_trad_cache, CORE_ADDR this_base)
void trad_frame_set_unknown(struct trad_frame_saved_reg this_saved_regs[], int regnum)
CORE_ADDR trad_frame_get_this_base(struct trad_frame_cache *this_trad_cache)
struct value * trad_frame_get_register(struct trad_frame_cache *this_trad_cache, struct frame_info *this_frame, int regnum)
struct gdbarch * get_frame_arch(struct frame_info *this_frame)
#define FRAME_OBSTACK_CALLOC(NUMBER, TYPE)