Home
last modified time | relevance | path

Searched refs:stop_pc (Results 1 – 18 of 18) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dinfrun.c699 stop_pc = wait_pc; in prepare_to_proceed()
1332 CORE_ADDR stop_pc; in adjust_pc_after_break() local
1397 && prev_pc != stop_pc in adjust_pc_after_break()
1607 stop_pc = read_pc (); in handle_inferior_event()
2530 if (stop_pc >= step_range_start && stop_pc < step_range_end) in handle_inferior_event()
2576 if (pc_in_sigtramp (stop_pc) in handle_inferior_event()
2728 if ((stop_pc == ecs->sal.pc) in handle_inferior_event()
3373 stop_pc = read_pc (); in normal_stop()
3748 CORE_ADDR stop_pc; member
3796 inf_status->stop_pc = stop_pc; in save_inferior_status()
[all …]
H A Dsolib-sunos.c496 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()
H A Dinfcmd.c152 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()
H A Dthread-db.c805 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()
H A Dinferior.h325 extern CORE_ADDR stop_pc;
H A Dada-tasks.c727 stop_pc = read_pc (); in switch_to_thread()
755 stop_pc = read_pc (); in task_switch()
H A Dobjc-lang.c573 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()
H A Dthread.c490 stop_pc = read_pc (); in switch_to_thread()
H A Docd.c227 stop_pc = read_pc (); in ocd_start_remote()
H A Dremote-rdp.c1183 stop_pc = read_pc (); in remote_rdp_open()
H A Dremote-vx.c598 if (cont_addr == stop_pc) in vx_resume()
H A Dremote-e7000.c631 stop_pc = read_pc (); in e7000_start_remote()
H A Dremote-mips.c1590 stop_pc = read_pc (); in common_open()
/freebsd-12.1/gnu/usr.bin/gdb/gdbserver/
H A Dfbsd-low.c107 return stop_pc; in get_stop_pc()
269 CORE_ADDR stop_pc; in check_removed_breakpoint() local
281 stop_pc = get_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()
540 if (check_breakpoints (stop_pc) != 0) in fbsd_wait_for_event()
546 event_child->pending_stop_pc = stop_pc; in fbsd_wait_for_event()
568 event_child->bp_reinsert = stop_pc; in fbsd_wait_for_event()
569 uninsert_breakpoint (stop_pc); in fbsd_wait_for_event()
[all …]
/freebsd-12.1/contrib/gdb/gdb/gdbserver/
H A Dmem-break.c118 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()
H A Dmem-break.h39 void reinsert_breakpoint_by_bp (CORE_ADDR stop_pc, CORE_ADDR stop_at);
52 int check_breakpoints (CORE_ADDR stop_pc);
/freebsd-12.1/gnu/usr.bin/gdb/libgdb/
H A Dfbsd-threads.c738 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
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp1007 lldb::addr_t stop_pc = thread->GetRegisterContext()->GetPC(); in IsSoftwareStepBreakpoint() local
1018 BreakpointLocationSP bp_loc = bp->FindLocationByAddress(stop_pc); in IsSoftwareStepBreakpoint()