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

/freebsd-11-stable/contrib/gdb/gdb/gdbserver/
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);
H A Dmem-break.c118 reinsert_breakpoint_handler (CORE_ADDR stop_pc) argument
122 stop_bp = find_breakpoint_at (stop_pc);
137 reinsert_breakpoint_by_bp (CORE_ADDR stop_pc, CORE_ADDR stop_at) argument
143 orig_bp = find_breakpoint_at (stop_pc);
188 check_breakpoints (CORE_ADDR stop_pc) argument
192 bp = find_breakpoint_at (stop_pc);
/freebsd-11-stable/gnu/usr.bin/gdb/gdbserver/
H A Dfbsd-low.c104 CORE_ADDR stop_pc = (*the_low_target.get_pc) (); local
107 return stop_pc;
109 return stop_pc - the_low_target.decr_pc_after_break;
269 CORE_ADDR stop_pc; local
281 stop_pc = get_stop_pc ();
286 if (stop_pc != event_child->pending_stop_pc)
297 if ((*the_low_target.breakpoint_at) (stop_pc))
312 (*the_low_target.set_pc) (stop_pc);
396 CORE_ADDR stop_pc; local
519 stop_pc
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dinfrun.c702 stop_pc = wait_pc;
751 if (read_pc () == stop_pc && breakpoint_here_p (read_pc ()))
1268 if (step_over_calls == STEP_OVER_ALL || IGNORE_HELPER_CALL (stop_pc))
1272 if (pc_in_sigtramp (stop_pc)
1295 real_stop_pc = skip_language_trampoline (stop_pc);
1297 real_stop_pc = SKIP_TRAMPOLINE_CODE (stop_pc);
1337 CORE_ADDR stop_pc;
1373 stop_pc = read_pc_pid (ecs->ptid) - DECR_PC_AFTER_BREAK;
1400 || (software_breakpoint_inserted_here_p (stop_pc)
1402 && prev_pc != stop_pc
1332 CORE_ADDR stop_pc; local
3748 CORE_ADDR stop_pc; member in struct:inferior_status
[all...]
H A Dsolib-sunos.c496 if (stop_pc != breakpoint_addr)
849 stop_pc -= DECR_PC_AFTER_BREAK;
850 write_register (PC_REGNUM, stop_pc);
H A Dinfcmd.c152 CORE_ADDR stop_pc; variable
636 find_pc_line_pc_range (stop_pc, &step_range_start, &step_range_end);
640 if (find_pc_partial_function (stop_pc, &name, &step_range_start,
736 find_pc_line_pc_range (stop_pc, &step_range_start, &step_range_end);
746 if (find_pc_partial_function (stop_pc, &name, &step_range_start,
938 proceed (oursig == TARGET_SIGNAL_0 ? (CORE_ADDR) -1 : stop_pc, oursig, 0);
1323 local_hex_string ((unsigned long) stop_pc));
H A Dinferior.h325 extern CORE_ADDR stop_pc;
H A Dthread-db.c811 CORE_ADDR stop_pc;
815 stop_pc = read_pc_pid (ptid) - DECR_PC_AFTER_BREAK;
816 if (stop_pc != td_create_bp_addr && stop_pc != td_death_bp_addr)
805 CORE_ADDR stop_pc; local
H A Dada-tasks.c727 stop_pc = read_pc ();
755 stop_pc = read_pc ();
H A Dobjc-lang.c573 objc_skip_trampoline (CORE_ADDR stop_pc) argument
578 real_stop_pc = SKIP_TRAMPOLINE_CODE (stop_pc);
583 find_objc_msgcall (stop_pc, &method_stop_pc);
H A Dthread.c490 stop_pc = read_pc ();
H A Docd.c229 stop_pc = read_pc ();
H A Dremote-e7000.c631 stop_pc = read_pc ();
H A Dremote-rdp.c1184 stop_pc = read_pc ();
H A Dremote-mips.c1593 stop_pc = read_pc ();
/freebsd-11-stable/gnu/usr.bin/gdb/libgdb/
H A Dfbsd-threads.c738 CORE_ADDR stop_pc; local
742 stop_pc = read_pc_pid (ptid) - DECR_PC_AFTER_BREAK;
743 if (stop_pc != td_create_bp_addr && stop_pc != td_death_bp_addr)
786 CORE_ADDR stop_pc; local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp995 lldb::addr_t stop_pc = thread->GetRegisterContext()->GetPC(); local
1006 BreakpointLocationSP bp_loc = bp->FindLocationByAddress(stop_pc);

Completed in 369 milliseconds