Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gdb/gdb/
Dinfrun.c699 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 …]
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()
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()
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()
Dinferior.h325 extern CORE_ADDR stop_pc;
Dada-tasks.c727 stop_pc = read_pc (); in switch_to_thread()
755 stop_pc = read_pc (); in task_switch()
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()
Dthread.c490 stop_pc = read_pc (); in switch_to_thread()
Docd.c227 stop_pc = read_pc (); in ocd_start_remote()
Dremote-rdp.c1183 stop_pc = read_pc (); in remote_rdp_open()
Dremote-vx.c598 if (cont_addr == stop_pc) in vx_resume()
Dremote-e7000.c631 stop_pc = read_pc (); in e7000_start_remote()
Dremote-mips.c1590 stop_pc = read_pc (); in common_open()
/freebsd-9-stable/gnu/usr.bin/gdb/gdbserver/
Dfbsd-low.c104 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/
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()
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-9-stable/gnu/usr.bin/gdb/libgdb/
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