Home
last modified time | relevance | path

Searched refs:this_id (Results 1 – 25 of 94) sorted by relevance

1234

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dtrad-frame.c35 struct frame_id this_id; member
219 struct frame_id this_id) in trad_frame_set_id() argument
221 this_trad_cache->this_id = this_id; in trad_frame_set_id()
226 struct frame_id *this_id) in trad_frame_get_id() argument
228 (*this_id) = this_trad_cache->this_id; in trad_frame_get_id()
Ddummy-frame.c284 struct frame_id this_id; member
307 struct frame_id this_id in dummy_frame_sniffer() local
309 struct dummy_frame_id dummy_id = { this_id, inferior_thread () }; in dummy_frame_sniffer()
323 cache->this_id = this_id; in dummy_frame_sniffer()
368 struct frame_id *this_id) in dummy_frame_this_id() argument
375 (*this_id) = cache->this_id; in dummy_frame_this_id()
Dframe.c175 } this_id; member
232 const struct frame_id f_id = frame->this_id.value; in frame_addr_hash()
264 return f_entry->this_id.value == f_element->this_id.value; in frame_addr_hash_eq()
330 dummy.this_id.value = id; in frame_stash_find()
509 if (fi->this_id.p == frame_id_status::NOT_COMPUTED) in to_string()
511 else if (fi->this_id.p == frame_id_status::COMPUTING) in to_string()
514 res += string_printf ("id=%s,", fi->this_id.value.to_string ().c_str ()); in to_string()
593 gdb_assert (fi->this_id.p == frame_id_status::NOT_COMPUTED); in compute_frame_id()
600 fi->this_id.p = frame_id_status::COMPUTING; in compute_frame_id()
610 fi->this_id.value = outer_frame_id; in compute_frame_id()
[all …]
Dm68k-linux-tdep.c254 struct frame_id this_id; in m68k_linux_sigtramp_frame_cache() local
273 this_id = frame_id_build (extract_unsigned_integer (buf, 4, byte_order) in m68k_linux_sigtramp_frame_cache()
275 trad_frame_set_id (cache, this_id); in m68k_linux_sigtramp_frame_cache()
291 struct frame_id *this_id) in m68k_linux_sigtramp_frame_this_id() argument
295 trad_frame_get_id (cache, this_id); in m68k_linux_sigtramp_frame_this_id()
Dfrv-linux-tdep.c271 struct frame_id this_id; in frv_linux_sigtramp_frame_cache() local
284 this_id = frame_id_build (addr, get_frame_pc (this_frame)); in frv_linux_sigtramp_frame_cache()
285 trad_frame_set_id (cache, this_id); in frv_linux_sigtramp_frame_cache()
302 struct frame_id *this_id) in frv_linux_sigtramp_frame_this_id() argument
306 trad_frame_get_id (cache, this_id); in frv_linux_sigtramp_frame_this_id()
Dinline-frame.c154 struct frame_id *this_id) in inline_frame_this_id() argument
168 *this_id = get_frame_id (prev_frame); in inline_frame_this_id()
175 gdb_assert (frame_id_p (*this_id)); in inline_frame_this_id()
183 (*this_id).code_addr = func->value_block ()->entry_pc (); in inline_frame_this_id()
184 (*this_id).artificial_depth++; in inline_frame_this_id()
Dtramp-frame.c63 struct frame_id *this_id) in tramp_frame_this_id() argument
68 trad_frame_get_id (trad_cache, this_id); in tramp_frame_this_id()
171 unwinder->this_id = tramp_frame_this_id; in tramp_frame_prepend_unwinder()
Dsparc64-obsd-tdep.c190 struct frame_id *this_id) in sparc64obsd_frame_this_id() argument
195 (*this_id) = frame_id_build (cache->base, cache->pc); in sparc64obsd_frame_this_id()
267 void **this_cache, struct frame_id *this_id) in sparc64obsd_trapframe_this_id() argument
272 (*this_id) = frame_id_build (cache->base, cache->pc); in sparc64obsd_trapframe_this_id()
Dframe-unwind.h110 struct frame_id *this_id);
168 frame_this_id_ftype *this_id; member
Dtrad-frame.h38 struct frame_id this_id);
40 struct frame_id *this_id);
Dsparc-sol2-tdep.c155 struct frame_id *this_id) in sparc32_sol2_sigtramp_frame_this_id() argument
160 (*this_id) = frame_id_build (cache->base, cache->pc); in sparc32_sol2_sigtramp_frame_this_id()
Dsparc-obsd-tdep.c105 struct frame_id *this_id) in sparc32obsd_sigtramp_frame_this_id() argument
110 (*this_id) = frame_id_build (cache->base, cache->pc); in sparc32obsd_sigtramp_frame_this_id()
Dmips-sde-tdep.c124 struct frame_id *this_id) in mips_sde_frame_this_id() argument
129 trad_frame_get_id (this_trad_cache, this_id); in mips_sde_frame_this_id()
Dsparc64-sol2-tdep.c158 struct frame_id *this_id) in sparc64_sol2_sigtramp_frame_this_id() argument
163 (*this_id) = frame_id_build (cache->base, cache->pc); in sparc64_sol2_sigtramp_frame_this_id()
Damd64-netbsd-tdep.c219 struct frame_id *this_id) in amd64nbsd_trapframe_this_id() argument
224 trad_frame_get_id (cache, this_id); in amd64nbsd_trapframe_this_id()
Dsparc64-fbsd-tdep.c166 struct frame_id *this_id) in sparc64fbsd_sigtramp_frame_this_id() argument
171 (*this_id) = frame_id_build (cache->base, cache->pc); in sparc64fbsd_sigtramp_frame_this_id()
Dsparc64-netbsd-tdep.c189 struct frame_id *this_id) in sparc64nbsd_sigcontext_frame_this_id() argument
194 (*this_id) = frame_id_build (cache->base, cache->pc); in sparc64nbsd_sigcontext_frame_this_id()
Dppc-obsd-tdep.c216 void **this_cache, struct frame_id *this_id) in ppcobsd_sigtramp_frame_this_id() argument
221 trad_frame_get_id (cache, this_id); in ppcobsd_sigtramp_frame_this_id()
Dsparc-netbsd-tdep.c215 struct frame_id *this_id) in sparc32nbsd_sigcontext_frame_this_id() argument
220 (*this_id) = frame_id_build (cache->base, cache->pc); in sparc32nbsd_sigcontext_frame_this_id()
Dm32r-linux-tdep.c271 struct frame_id *this_id) in m32r_linux_sigtramp_frame_this_id() argument
276 (*this_id) = frame_id_build (cache->base, cache->pc); in m32r_linux_sigtramp_frame_this_id()
Damd64-obsd-tdep.c366 void **this_cache, struct frame_id *this_id) in amd64obsd_trapframe_this_id() argument
371 trad_frame_get_id (cache, this_id); in amd64obsd_trapframe_this_id()
Di386-obsd-tdep.c354 void **this_cache, struct frame_id *this_id) in i386obsd_trapframe_this_id() argument
359 trad_frame_get_id (cache, this_id); in i386obsd_trapframe_this_id()
Dppc-fbsd-tdep.c247 void **this_cache, struct frame_id *this_id) in ppcfbsd_sigtramp_frame_this_id() argument
252 trad_frame_get_id (cache, this_id); in ppcfbsd_sigtramp_frame_this_id()
Dalpha-mdebug-tdep.c266 struct frame_id *this_id) in alpha_mdebug_frame_this_id() argument
271 *this_id = frame_id_build (info->vfp, get_frame_func (this_frame)); in alpha_mdebug_frame_this_id()
/netbsd/src/external/bsd/iscsi/dist/include/
Ddriver.h113 this_id: -1, \
146 this_id: -1, \

1234