Searched refs:stop_pc (Results 1 – 11 of 11) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | infrun.c | 686 stop_pc = wait_pc; in prepare_to_proceed() 730 if (read_pc () == stop_pc && breakpoint_here_p (read_pc ())) in proceed() 1402 stop_pc = read_pc (); in handle_inferior_event() 1404 stop_bpstat = bpstat_stop_status (stop_pc, ecs->ptid, 0); in handle_inferior_event() 1451 stop_pc = read_pc_pid (ecs->ptid); in handle_inferior_event() 1455 stop_bpstat = bpstat_stop_status (stop_pc, ecs->ptid, 0); in handle_inferior_event() 1526 stop_pc = read_pc_pid (ecs->ptid); in handle_inferior_event() 1529 fprintf_unfiltered (gdb_stdlog, "infrun: stop_pc = 0x%s\n", paddr_nz (stop_pc)); in handle_inferior_event() 1577 if (breakpoints_inserted && breakpoint_here_p (stop_pc)) in handle_inferior_event() 1580 if (!breakpoint_thread_match (stop_pc, ecs->ptid)) in handle_inferior_event() [all …]
|
| D | solib-sunos.c | 538 if (stop_pc != breakpoint_addr) in disable_break() 782 stop_pc -= DECR_PC_AFTER_BREAK; in sunos_solib_create_inferior_hook() 783 write_register (PC_REGNUM, stop_pc); in sunos_solib_create_inferior_hook()
|
| D | infcmd.c | 154 CORE_ADDR stop_pc; variable 688 find_pc_line_pc_range (stop_pc, &step_range_start, &step_range_end); in step_1() 692 if (find_pc_partial_function (stop_pc, &name, &step_range_start, in step_1() 787 find_pc_line_pc_range (stop_pc, &step_range_start, &step_range_end); in step_once() 797 if (find_pc_partial_function (stop_pc, &name, &step_range_start, in step_once() 986 proceed (oursig == TARGET_SIGNAL_0 ? (CORE_ADDR) -1 : stop_pc, oursig, 0); in signal_command() 1349 hex_string ((unsigned long) stop_pc)); in program_info()
|
| D | linux-thread-db.c | 858 CORE_ADDR stop_pc; in check_event() local 862 stop_pc = read_pc_pid (ptid) - DECR_PC_AFTER_BREAK; in check_event() 863 if (stop_pc != td_create_bp_addr && stop_pc != td_death_bp_addr) in check_event()
|
| D | inferior.h | 323 extern CORE_ADDR stop_pc;
|
| D | objc-lang.c | 574 objc_skip_trampoline (CORE_ADDR stop_pc) in objc_skip_trampoline() argument 579 real_stop_pc = SKIP_TRAMPOLINE_CODE (stop_pc); in objc_skip_trampoline() 584 find_objc_msgcall (stop_pc, &method_stop_pc); in objc_skip_trampoline()
|
| D | thread.c | 467 stop_pc = read_pc (); in switch_to_thread()
|
| D | ocd.c | 228 stop_pc = read_pc (); in ocd_start_remote()
|
| D | remote-rdp.c | 1183 stop_pc = read_pc (); in remote_rdp_open()
|
| D | remote-e7000.c | 633 stop_pc = read_pc (); in e7000_start_remote()
|
| D | remote-mips.c | 1589 stop_pc = read_pc (); in common_open()
|