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)
void trad_frame_set_unknown(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)
int trad_frame_realreg_p(struct trad_frame_saved_reg this_saved_regs[], int regnum)
struct trad_frame_saved_reg * trad_frame_alloc_saved_regs(struct frame_info *)
CORE_ADDR trad_frame_get_this_base(struct trad_frame_cache *this_trad_cache)
int trad_frame_value_p(struct trad_frame_saved_reg this_saved_regs[], int regnum)
void trad_frame_set_value(struct trad_frame_saved_reg this_saved_regs[], int regnum, LONGEST val)
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 *)
struct value * trad_frame_get_prev_register(struct frame_info *this_frame, struct trad_frame_saved_reg this_saved_regs[], int regnum)
void trad_frame_set_reg_value(struct trad_frame_cache *this_cache, int regnum, LONGEST val)
void trad_frame_set_this_base(struct trad_frame_cache *this_trad_cache, CORE_ADDR this_base)
struct value * trad_frame_get_register(struct trad_frame_cache *this_trad_cache, struct frame_info *this_frame, int regnum)
void trad_frame_set_reg_addr(struct trad_frame_cache *this_trad_cache, int regnum, CORE_ADDR addr)