| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | trad-frame.c | 35 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()
|
| D | dummy-frame.c | 284 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()
|
| D | frame.c | 175 } 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 …]
|
| D | m68k-linux-tdep.c | 254 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()
|
| D | frv-linux-tdep.c | 271 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()
|
| D | inline-frame.c | 154 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()
|
| D | tramp-frame.c | 63 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()
|
| D | sparc64-obsd-tdep.c | 190 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()
|
| D | frame-unwind.h | 110 struct frame_id *this_id); 168 frame_this_id_ftype *this_id; member
|
| D | trad-frame.h | 38 struct frame_id this_id); 40 struct frame_id *this_id);
|
| D | sparc-sol2-tdep.c | 155 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()
|
| D | sparc-obsd-tdep.c | 105 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()
|
| D | mips-sde-tdep.c | 124 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()
|
| D | sparc64-sol2-tdep.c | 158 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()
|
| D | amd64-netbsd-tdep.c | 219 struct frame_id *this_id) in amd64nbsd_trapframe_this_id() argument 224 trad_frame_get_id (cache, this_id); in amd64nbsd_trapframe_this_id()
|
| D | sparc64-fbsd-tdep.c | 166 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()
|
| D | sparc64-netbsd-tdep.c | 189 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()
|
| D | ppc-obsd-tdep.c | 216 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()
|
| D | sparc-netbsd-tdep.c | 215 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()
|
| D | m32r-linux-tdep.c | 271 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()
|
| D | amd64-obsd-tdep.c | 366 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()
|
| D | i386-obsd-tdep.c | 354 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()
|
| D | ppc-fbsd-tdep.c | 247 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()
|
| D | alpha-mdebug-tdep.c | 266 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/ |
| D | driver.h | 113 this_id: -1, \ 146 this_id: -1, \
|