| /src/external/gpl3/gdb/dist/gdb/ |
| frame-unwind.h | 110 struct frame_id *this_id); 168 frame_this_id_ftype *this_id; member in struct:frame_unwind
|
| riscv-tdep.c | 153 struct frame_id this_id; member in struct:riscv_unwind_cache 3857 cache->this_id = frame_id_build (cache->frame_base, start_addr); 3865 /* Implement the this_id callback for RiscV frame unwinder. */ 3870 struct frame_id *this_id) 3877 *this_id = cache->this_id; 3908 /*.this_id =*/ riscv_frame_this_id,
|
| trad-frame.c | 35 struct frame_id this_id; member in struct:trad_frame_cache 221 struct frame_id this_id) 223 this_trad_cache->this_id = this_id; 228 struct frame_id *this_id) 230 (*this_id) = this_trad_cache->this_id;
|
| dummy-frame.c | 284 struct frame_id this_id; member in struct:dummy_frame_cache 307 struct frame_id this_id local 309 struct dummy_frame_id dummy_id = { this_id, inferior_thread () }; 323 cache->this_id = this_id; 368 struct frame_id *this_id) 375 (*this_id) = cache->this_id;
|
| frame-unwind.c | 232 struct frame_id this_id = get_frame_id (this_frame); local 234 if (this_id == outer_frame_id)
|
| frv-linux-tdep.c | 271 struct frame_id this_id; local 284 this_id = frame_id_build (addr, get_frame_pc (this_frame)); 285 trad_frame_set_id (cache, this_id); 302 struct frame_id *this_id) 306 trad_frame_get_id (cache, this_id);
|
| m68k-linux-tdep.c | 255 struct frame_id this_id; 274 this_id = frame_id_build (extract_unsigned_integer (buf, 4, byte_order) 276 trad_frame_set_id (cache, this_id); 292 struct frame_id *this_id) 296 trad_frame_get_id (cache, this_id); 254 struct frame_id this_id; local
|
| frame.c | 175 } this_id; member in struct:frame_info 232 const struct frame_id f_id = frame->this_id.value; 264 return f_entry->this_id.value == f_element->this_id.value; 330 dummy.this_id.value = id; 509 if (fi->this_id.p == frame_id_status::NOT_COMPUTED) 511 else if (fi->this_id.p == frame_id_status::COMPUTING) 514 res += string_printf ("id=%s,", fi->this_id.value.to_string ().c_str ()); 593 gdb_assert (fi->this_id.p == frame_id_status::NOT_COMPUTED); 600 fi->this_id.p = frame_id_status::COMPUTING [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| frame-unwind.h | 110 struct frame_id *this_id); 168 frame_this_id_ftype *this_id; member in struct:frame_unwind
|
| riscv-tdep.c | 153 struct frame_id this_id; member in struct:riscv_unwind_cache 3857 cache->this_id = frame_id_build (cache->frame_base, start_addr); 3865 /* Implement the this_id callback for RiscV frame unwinder. */ 3870 struct frame_id *this_id) 3877 *this_id = cache->this_id; 3908 /*.this_id =*/ riscv_frame_this_id,
|
| trad-frame.c | 35 struct frame_id this_id; member in struct:trad_frame_cache 219 struct frame_id this_id) 221 this_trad_cache->this_id = this_id; 226 struct frame_id *this_id) 228 (*this_id) = this_trad_cache->this_id;
|
| dummy-frame.c | 284 struct frame_id this_id; member in struct:dummy_frame_cache 307 struct frame_id this_id local 309 struct dummy_frame_id dummy_id = { this_id, inferior_thread () }; 323 cache->this_id = this_id; 368 struct frame_id *this_id) 375 (*this_id) = cache->this_id;
|
| frame-unwind.c | 232 struct frame_id this_id = get_frame_id (this_frame); local 234 if (this_id == outer_frame_id)
|
| frv-linux-tdep.c | 271 struct frame_id this_id; local 284 this_id = frame_id_build (addr, get_frame_pc (this_frame)); 285 trad_frame_set_id (cache, this_id); 302 struct frame_id *this_id) 306 trad_frame_get_id (cache, this_id);
|
| m68k-linux-tdep.c | 255 struct frame_id this_id; 274 this_id = frame_id_build (extract_unsigned_integer (buf, 4, byte_order) 276 trad_frame_set_id (cache, this_id); 292 struct frame_id *this_id) 296 trad_frame_get_id (cache, this_id); 254 struct frame_id this_id; local
|
| frame.c | 175 } this_id; member in struct:frame_info 232 const struct frame_id f_id = frame->this_id.value; 264 return f_entry->this_id.value == f_element->this_id.value; 330 dummy.this_id.value = id; 509 if (fi->this_id.p == frame_id_status::NOT_COMPUTED) 511 else if (fi->this_id.p == frame_id_status::COMPUTING) 514 res += string_printf ("id=%s,", fi->this_id.value.to_string ().c_str ()); 593 gdb_assert (fi->this_id.p == frame_id_status::NOT_COMPUTED); 600 fi->this_id.p = frame_id_status::COMPUTING [all...] |