Searched refs:stop_pc (Results 1 – 17 of 17) sorted by relevance
| /freebsd-9-stable/contrib/gdb/gdb/ |
| D | infrun.c | 699 stop_pc = wait_pc; in prepare_to_proceed() 748 if (read_pc () == stop_pc && breakpoint_here_p (read_pc ())) in proceed() 1263 if (step_over_calls == STEP_OVER_ALL || IGNORE_HELPER_CALL (stop_pc)) in handle_step_into_function() 1267 if (pc_in_sigtramp (stop_pc) in handle_step_into_function() 1290 real_stop_pc = skip_language_trampoline (stop_pc); in handle_step_into_function() 1292 real_stop_pc = SKIP_TRAMPOLINE_CODE (stop_pc); in handle_step_into_function() 1332 CORE_ADDR stop_pc; in adjust_pc_after_break() local 1368 stop_pc = read_pc_pid (ecs->ptid) - DECR_PC_AFTER_BREAK; in adjust_pc_after_break() 1395 || (software_breakpoint_inserted_here_p (stop_pc) in adjust_pc_after_break() 1397 && prev_pc != stop_pc in adjust_pc_after_break() [all …]
|
| D | solib-sunos.c | 496 if (stop_pc != breakpoint_addr) in disable_break() 849 stop_pc -= DECR_PC_AFTER_BREAK; in sunos_solib_create_inferior_hook() 850 write_register (PC_REGNUM, stop_pc); in sunos_solib_create_inferior_hook()
|
| D | infcmd.c | 152 CORE_ADDR stop_pc; variable 631 find_pc_line_pc_range (stop_pc, &step_range_start, &step_range_end); in step_1() 635 if (find_pc_partial_function (stop_pc, &name, &step_range_start, in step_1() 731 find_pc_line_pc_range (stop_pc, &step_range_start, &step_range_end); in step_once() 741 if (find_pc_partial_function (stop_pc, &name, &step_range_start, in step_once() 930 proceed (oursig == TARGET_SIGNAL_0 ? (CORE_ADDR) -1 : stop_pc, oursig, 0); in signal_command() 1313 local_hex_string ((unsigned long) stop_pc)); in program_info()
|
| D | thread-db.c | 805 CORE_ADDR stop_pc; in check_event() local 809 stop_pc = read_pc_pid (ptid) - DECR_PC_AFTER_BREAK; in check_event() 810 if (stop_pc != td_create_bp_addr && stop_pc != td_death_bp_addr) in check_event()
|
| D | inferior.h | 325 extern CORE_ADDR stop_pc;
|
| D | ada-tasks.c | 727 stop_pc = read_pc (); in switch_to_thread() 755 stop_pc = read_pc (); in task_switch()
|
| D | objc-lang.c | 573 objc_skip_trampoline (CORE_ADDR stop_pc) in objc_skip_trampoline() argument 578 real_stop_pc = SKIP_TRAMPOLINE_CODE (stop_pc); in objc_skip_trampoline() 583 find_objc_msgcall (stop_pc, &method_stop_pc); in objc_skip_trampoline()
|
| D | thread.c | 490 stop_pc = read_pc (); in switch_to_thread()
|
| D | ocd.c | 227 stop_pc = read_pc (); in ocd_start_remote()
|
| D | remote-rdp.c | 1183 stop_pc = read_pc (); in remote_rdp_open()
|
| D | remote-vx.c | 598 if (cont_addr == stop_pc) in vx_resume()
|
| D | remote-e7000.c | 631 stop_pc = read_pc (); in e7000_start_remote()
|
| D | remote-mips.c | 1590 stop_pc = read_pc (); in common_open()
|
| /freebsd-9-stable/gnu/usr.bin/gdb/gdbserver/ |
| D | fbsd-low.c | 104 CORE_ADDR stop_pc = (*the_low_target.get_pc) (); in get_stop_pc() local 107 return stop_pc; in get_stop_pc() 109 return stop_pc - the_low_target.decr_pc_after_break; in get_stop_pc() 269 CORE_ADDR stop_pc; in check_removed_breakpoint() local 281 stop_pc = get_stop_pc (); in check_removed_breakpoint() 286 if (stop_pc != event_child->pending_stop_pc) in check_removed_breakpoint() 297 if ((*the_low_target.breakpoint_at) (stop_pc)) in check_removed_breakpoint() 312 (*the_low_target.set_pc) (stop_pc); in check_removed_breakpoint() 396 CORE_ADDR stop_pc; in fbsd_wait_for_event() local 519 stop_pc = get_stop_pc (); in fbsd_wait_for_event() [all …]
|
| /freebsd-9-stable/contrib/gdb/gdb/gdbserver/ |
| D | mem-break.c | 118 reinsert_breakpoint_handler (CORE_ADDR stop_pc) in reinsert_breakpoint_handler() argument 122 stop_bp = find_breakpoint_at (stop_pc); in reinsert_breakpoint_handler() 137 reinsert_breakpoint_by_bp (CORE_ADDR stop_pc, CORE_ADDR stop_at) in reinsert_breakpoint_by_bp() argument 143 orig_bp = find_breakpoint_at (stop_pc); in reinsert_breakpoint_by_bp() 188 check_breakpoints (CORE_ADDR stop_pc) in check_breakpoints() argument 192 bp = find_breakpoint_at (stop_pc); in check_breakpoints()
|
| D | mem-break.h | 39 void reinsert_breakpoint_by_bp (CORE_ADDR stop_pc, CORE_ADDR stop_at); 52 int check_breakpoints (CORE_ADDR stop_pc);
|
| /freebsd-9-stable/gnu/usr.bin/gdb/libgdb/ |
| D | fbsd-threads.c | 738 CORE_ADDR stop_pc; in check_event() local 742 stop_pc = read_pc_pid (ptid) - DECR_PC_AFTER_BREAK; in check_event() 743 if (stop_pc != td_create_bp_addr && stop_pc != td_death_bp_addr) in check_event() 786 CORE_ADDR stop_pc; in fbsd_thread_wait() local
|