Searched refs:this_trad_cache (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dtrad-frame.c41 struct trad_frame_cache *this_trad_cache; local
43 this_trad_cache = FRAME_OBSTACK_ZALLOC (struct trad_frame_cache);
44 this_trad_cache->prev_regs = trad_frame_alloc_saved_regs (this_frame);
45 this_trad_cache->this_frame = this_frame;
46 return this_trad_cache;
94 trad_frame_set_reg_value (struct trad_frame_cache *this_trad_cache, argument
99 this_trad_cache->prev_regs[regnum].set_value (val);
103 trad_frame_set_reg_realreg (struct trad_frame_cache *this_trad_cache, argument
106 this_trad_cache->prev_regs[regnum].set_realreg (realreg);
110 trad_frame_set_reg_addr (struct trad_frame_cache *this_trad_cache, argument
117 trad_frame_set_reg_regmap(struct trad_frame_cache *this_trad_cache, const struct regcache_map_entry *regmap, CORE_ADDR addr, size_t size) argument
175 trad_frame_set_reg_value_bytes(struct trad_frame_cache *this_trad_cache, int regnum, gdb::array_view<const gdb_byte> bytes) argument
211 trad_frame_get_register(struct trad_frame_cache *this_trad_cache, frame_info_ptr this_frame, int regnum) argument
220 trad_frame_set_id(struct trad_frame_cache *this_trad_cache, struct frame_id this_id) argument
227 trad_frame_get_id(struct trad_frame_cache *this_trad_cache, struct frame_id *this_id) argument
234 trad_frame_set_this_base(struct trad_frame_cache *this_trad_cache, CORE_ADDR this_base) argument
241 trad_frame_get_this_base(struct trad_frame_cache *this_trad_cache) argument
[all...]
H A Dtrad-frame.h37 void trad_frame_set_id (struct trad_frame_cache *this_trad_cache,
39 void trad_frame_get_id (struct trad_frame_cache *this_trad_cache,
41 void trad_frame_set_this_base (struct trad_frame_cache *this_trad_cache,
43 CORE_ADDR trad_frame_get_this_base (struct trad_frame_cache *this_trad_cache);
45 void trad_frame_set_reg_realreg (struct trad_frame_cache *this_trad_cache,
47 void trad_frame_set_reg_addr (struct trad_frame_cache *this_trad_cache,
49 void trad_frame_set_reg_regmap (struct trad_frame_cache *this_trad_cache,
57 void trad_frame_set_reg_value_bytes (struct trad_frame_cache *this_trad_cache,
61 struct value *trad_frame_get_register (struct trad_frame_cache *this_trad_cache,
H A Dmips-sde-tdep.c128 struct trad_frame_cache *this_trad_cache local
131 trad_frame_get_id (this_trad_cache, this_id);
182 struct trad_frame_cache *this_trad_cache local
185 return trad_frame_get_this_base (this_trad_cache);
H A Drs6000-aix-tdep.c80 struct trad_frame_cache *this_trad_cache; local
85 this_trad_cache = trad_frame_cache_zalloc (this_frame);
86 (*this_cache) = this_trad_cache;
111 trad_frame_set_reg_value (this_trad_cache, gdbarch_pc_regnum (gdbarch), func);
112 trad_frame_set_reg_value (this_trad_cache, gdbarch_sp_regnum (gdbarch), base);
115 trad_frame_set_reg_addr (this_trad_cache, tdep->ppc_lr_regnum,
118 trad_frame_set_reg_addr (this_trad_cache, tdep->ppc_lr_regnum,
121 trad_frame_set_id (this_trad_cache, frame_id_build (base, func));
122 trad_frame_set_this_base (this_trad_cache, base);
124 return this_trad_cache;
132 struct trad_frame_cache *this_trad_cache local
141 struct trad_frame_cache *this_trad_cache local
[all...]
H A Dnios2-tdep.c2008 struct trad_frame_cache *this_trad_cache; local
2013 this_trad_cache = trad_frame_cache_zalloc (this_frame);
2014 *this_cache = this_trad_cache;
2017 trad_frame_set_reg_realreg (this_trad_cache,
2026 trad_frame_set_id (this_trad_cache, frame_id_build (start_addr, stack_addr));
2028 trad_frame_set_this_base (this_trad_cache, stack_addr);
2030 return this_trad_cache;
2039 struct trad_frame_cache *this_trad_cache local
2042 trad_frame_get_id (this_trad_cache, this_id);
2051 struct trad_frame_cache *this_trad_cache local
[all...]
H A Dmips-tdep.c3784 struct trad_frame_cache *this_trad_cache; local
3790 this_trad_cache = trad_frame_cache_zalloc (this_frame);
3791 (*this_cache) = this_trad_cache;
3794 trad_frame_set_reg_realreg (this_trad_cache,
3804 trad_frame_set_id (this_trad_cache, frame_id_build (stack_addr, start_addr));
3808 trad_frame_set_this_base (this_trad_cache, stack_addr);
3810 return this_trad_cache;
3817 struct trad_frame_cache *this_trad_cache local
3819 trad_frame_get_id (this_trad_cache, this_id);
3826 struct trad_frame_cache *this_trad_cache local
3872 struct trad_frame_cache *this_trad_cache local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtrad-frame.h37 void trad_frame_set_id (struct trad_frame_cache *this_trad_cache,
39 void trad_frame_get_id (struct trad_frame_cache *this_trad_cache,
41 void trad_frame_set_this_base (struct trad_frame_cache *this_trad_cache,
43 CORE_ADDR trad_frame_get_this_base (struct trad_frame_cache *this_trad_cache);
45 void trad_frame_set_reg_realreg (struct trad_frame_cache *this_trad_cache,
47 void trad_frame_set_reg_addr (struct trad_frame_cache *this_trad_cache,
49 void trad_frame_set_reg_regmap (struct trad_frame_cache *this_trad_cache,
55 struct value *trad_frame_get_register (struct trad_frame_cache *this_trad_cache,
100 void trad_frame_set_addr (struct trad_frame_saved_reg this_trad_cache[],
H A Dtrad-frame.c40 struct trad_frame_cache *this_trad_cache; local
42 this_trad_cache = FRAME_OBSTACK_ZALLOC (struct trad_frame_cache);
43 this_trad_cache->prev_regs = trad_frame_alloc_saved_regs (this_frame);
44 this_trad_cache->this_frame = this_frame;
45 return this_trad_cache;
140 trad_frame_set_reg_value (struct trad_frame_cache *this_trad_cache, argument
145 trad_frame_set_value (this_trad_cache->prev_regs, regnum, val);
149 trad_frame_set_reg_realreg (struct trad_frame_cache *this_trad_cache, argument
152 trad_frame_set_realreg (this_trad_cache->prev_regs, regnum, realreg);
156 trad_frame_set_reg_addr (struct trad_frame_cache *this_trad_cache, argument
163 trad_frame_set_reg_regmap(struct trad_frame_cache *this_trad_cache, const struct regcache_map_entry *regmap, CORE_ADDR addr, size_t size) argument
248 trad_frame_get_register(struct trad_frame_cache *this_trad_cache, struct frame_info *this_frame, int regnum) argument
257 trad_frame_set_id(struct trad_frame_cache *this_trad_cache, struct frame_id this_id) argument
264 trad_frame_get_id(struct trad_frame_cache *this_trad_cache, struct frame_id *this_id) argument
271 trad_frame_set_this_base(struct trad_frame_cache *this_trad_cache, CORE_ADDR this_base) argument
278 trad_frame_get_this_base(struct trad_frame_cache *this_trad_cache) argument
[all...]
H A Dmips-sde-tdep.c128 struct trad_frame_cache *this_trad_cache local
131 trad_frame_get_id (this_trad_cache, this_id);
181 struct trad_frame_cache *this_trad_cache local
184 return trad_frame_get_this_base (this_trad_cache);
H A Drs6000-aix-tdep.c78 struct trad_frame_cache *this_trad_cache; local
83 this_trad_cache = trad_frame_cache_zalloc (this_frame);
84 (*this_cache) = this_trad_cache;
109 trad_frame_set_reg_value (this_trad_cache, gdbarch_pc_regnum (gdbarch), func);
110 trad_frame_set_reg_value (this_trad_cache, gdbarch_sp_regnum (gdbarch), base);
113 trad_frame_set_reg_addr (this_trad_cache, tdep->ppc_lr_regnum,
116 trad_frame_set_reg_addr (this_trad_cache, tdep->ppc_lr_regnum,
119 trad_frame_set_id (this_trad_cache, frame_id_build (base, func));
120 trad_frame_set_this_base (this_trad_cache, base);
122 return this_trad_cache;
130 struct trad_frame_cache *this_trad_cache local
139 struct trad_frame_cache *this_trad_cache local
[all...]
H A Dnios2-tdep.c2007 struct trad_frame_cache *this_trad_cache; local
2012 this_trad_cache = trad_frame_cache_zalloc (this_frame);
2013 *this_cache = this_trad_cache;
2016 trad_frame_set_reg_realreg (this_trad_cache,
2025 trad_frame_set_id (this_trad_cache, frame_id_build (start_addr, stack_addr));
2027 trad_frame_set_this_base (this_trad_cache, stack_addr);
2029 return this_trad_cache;
2038 struct trad_frame_cache *this_trad_cache local
2041 trad_frame_get_id (this_trad_cache, this_id);
2050 struct trad_frame_cache *this_trad_cache local
[all...]
H A Dmips-tdep.c3758 struct trad_frame_cache *this_trad_cache; local
3764 this_trad_cache = trad_frame_cache_zalloc (this_frame);
3765 (*this_cache) = this_trad_cache;
3768 trad_frame_set_reg_realreg (this_trad_cache,
3778 trad_frame_set_id (this_trad_cache, frame_id_build (stack_addr, start_addr));
3782 trad_frame_set_this_base (this_trad_cache, stack_addr);
3784 return this_trad_cache;
3791 struct trad_frame_cache *this_trad_cache local
3793 trad_frame_get_id (this_trad_cache, this_id);
3800 struct trad_frame_cache *this_trad_cache local
3845 struct trad_frame_cache *this_trad_cache local
[all...]

Completed in 298 milliseconds