| /src/external/gpl3/gdb.old/dist/gdb/ |
| inline-frame.c | 213 CORE_ADDR this_pc; local 219 this_pc = get_frame_address_in_block (this_frame); 220 frame_block = block_for_pc (this_pc); 351 CORE_ADDR this_pc = get_frame_pc (get_current_frame ()); local 352 frame_block = block_for_pc (this_pc); 363 if (cur_block->entry_pc () == this_pc 364 || block_starting_point_at (this_pc, cur_block)) 386 inline_states.emplace_back (thread, skip_count, this_pc,
|
| inline-frame.c | 213 CORE_ADDR this_pc; local 219 this_pc = get_frame_address_in_block (this_frame); 220 frame_block = block_for_pc (this_pc); 351 CORE_ADDR this_pc = get_frame_pc (get_current_frame ()); local 352 frame_block = block_for_pc (this_pc); 363 if (cur_block->entry_pc () == this_pc 364 || block_starting_point_at (this_pc, cur_block)) 386 inline_states.emplace_back (thread, skip_count, this_pc,
|
| s12z-tdep.c | 263 CORE_ADDR this_pc = get_frame_pc (this_frame); local 265 find_pc_partial_function (this_pc, NULL, &start_addr, NULL); 276 paddress (gdbarch, this_pc), 282 trad_frame_set_id (info, frame_id_build (this_sp, this_pc)); 322 while (this_pc > addr) 391 if (this_pc < addr)
|
| s12z-tdep.c | 263 CORE_ADDR this_pc = get_frame_pc (this_frame); local 265 find_pc_partial_function (this_pc, NULL, &start_addr, NULL); 276 paddress (gdbarch, this_pc), 282 trad_frame_set_id (info, frame_id_build (this_sp, this_pc)); 322 while (this_pc > addr) 391 if (this_pc < addr)
|
| or1k-tdep.c | 900 CORE_ADDR this_pc; 923 this_pc = get_frame_pc (this_frame); 924 find_pc_partial_function (this_pc, NULL, &start_addr, NULL); 940 trad_frame_set_id (info, frame_id_build (this_sp, this_pc)); 998 if (this_pc <= addr) 1019 end_addr = (this_pc < end_addr) ? this_pc : end_addr; 897 CORE_ADDR this_pc; local
|
| or1k-tdep.c | 900 CORE_ADDR this_pc; 923 this_pc = get_frame_pc (this_frame); 924 find_pc_partial_function (this_pc, NULL, &start_addr, NULL); 940 trad_frame_set_id (info, frame_id_build (this_sp, this_pc)); 998 if (this_pc <= addr) 1019 end_addr = (this_pc < end_addr) ? this_pc : end_addr; 897 CORE_ADDR this_pc; local
|
| arm-tdep.c | 3943 CORE_ADDR this_pc = get_frame_pc (this_frame); local 3949 return arm_m_addr_is_magic (gdbarch, this_pc);
|
| arm-tdep.c | 3943 CORE_ADDR this_pc = get_frame_pc (this_frame); local 3949 return arm_m_addr_is_magic (gdbarch, this_pc);
|
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| frame-tailcall.c | 371 CORE_ADDR this_pc; local 380 this_pc = get_frame_address_in_block (this_frame); 392 chain = call_site_find_chain (prev_gdbarch, prev_pc, this_pc);
|
| frame-tailcall.c | 371 CORE_ADDR this_pc; local 380 this_pc = get_frame_address_in_block (this_frame); 392 chain = call_site_find_chain (prev_gdbarch, prev_pc, this_pc);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| inline-frame.c | 219 CORE_ADDR this_pc; local 225 this_pc = get_frame_address_in_block (this_frame); 226 frame_block = block_for_pc (this_pc); 346 /* Return a list of all the inline function symbols that start at THIS_PC 353 The returned list can be empty if there are no function at THIS_PC. Or 355 functions starting at THIS_PC. */ 358 gather_inline_frames (CORE_ADDR this_pc) 360 /* Build the list of inline frames starting at THIS_PC. After the loop, 362 not) "containing" the inline frames starting at THIS_PC. */ 363 const block *cur_block = block_for_pc (this_pc); 420 CORE_ADDR this_pc = get_frame_pc (get_current_frame ()); local [all...] |
| s12z-tdep.c | 263 CORE_ADDR this_pc = get_frame_pc (this_frame); local 265 find_pc_partial_function (this_pc, NULL, &start_addr, NULL); 276 paddress (gdbarch, this_pc), 282 trad_frame_set_id (info, frame_id_build (this_sp, this_pc)); 322 while (this_pc > addr) 391 if (this_pc < addr)
|
| inline-frame.c | 219 CORE_ADDR this_pc; local 225 this_pc = get_frame_address_in_block (this_frame); 226 frame_block = block_for_pc (this_pc); 346 /* Return a list of all the inline function symbols that start at THIS_PC 353 The returned list can be empty if there are no function at THIS_PC. Or 355 functions starting at THIS_PC. */ 358 gather_inline_frames (CORE_ADDR this_pc) 360 /* Build the list of inline frames starting at THIS_PC. After the loop, 362 not) "containing" the inline frames starting at THIS_PC. */ 363 const block *cur_block = block_for_pc (this_pc); 420 CORE_ADDR this_pc = get_frame_pc (get_current_frame ()); local [all...] |
| s12z-tdep.c | 263 CORE_ADDR this_pc = get_frame_pc (this_frame); local 265 find_pc_partial_function (this_pc, NULL, &start_addr, NULL); 276 paddress (gdbarch, this_pc), 282 trad_frame_set_id (info, frame_id_build (this_sp, this_pc)); 322 while (this_pc > addr) 391 if (this_pc < addr)
|
| or1k-tdep.c | 900 CORE_ADDR this_pc; 923 this_pc = get_frame_pc (this_frame); 924 find_pc_partial_function (this_pc, NULL, &start_addr, NULL); 940 trad_frame_set_id (info, frame_id_build (this_sp, this_pc)); 998 if (this_pc <= addr) 1019 end_addr = (this_pc < end_addr) ? this_pc : end_addr; 897 CORE_ADDR this_pc; local
|
| or1k-tdep.c | 900 CORE_ADDR this_pc; 923 this_pc = get_frame_pc (this_frame); 924 find_pc_partial_function (this_pc, NULL, &start_addr, NULL); 940 trad_frame_set_id (info, frame_id_build (this_sp, this_pc)); 998 if (this_pc <= addr) 1019 end_addr = (this_pc < end_addr) ? this_pc : end_addr; 897 CORE_ADDR this_pc; local
|
| arm-tdep.c | 3940 CORE_ADDR this_pc = get_frame_pc (this_frame); local 3946 return arm_m_addr_is_magic (gdbarch, this_pc);
|
| arm-tdep.c | 3940 CORE_ADDR this_pc = get_frame_pc (this_frame); local 3946 return arm_m_addr_is_magic (gdbarch, this_pc);
|
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| frame-tailcall.c | 372 CORE_ADDR this_pc; local 381 this_pc = get_frame_address_in_block (this_frame); 393 chain = call_site_find_chain (prev_gdbarch, prev_pc, this_pc);
|
| frame-tailcall.c | 372 CORE_ADDR this_pc; local 381 this_pc = get_frame_address_in_block (this_frame); 393 chain = call_site_find_chain (prev_gdbarch, prev_pc, this_pc);
|