@@ -2106,7 +2121,8 @@ adjust_pc_after_break (struct execution_ SIGTRAPs, we keep a list of such breakpoint locations for a bit, and retire them after a number of stop events are reported. */ if (software_breakpoint_inserted_here_p (breakpoint_pc) - || (non_stop && moribund_breakpoint_here_p (breakpoint_pc))) + || (non_stop && moribund_breakpoint_here_p (breakpoint_pc)) + || hardcoded_breakpoint_inserted_here_p (breakpoint_pc)) { /* When using hardware single-step, a SIGTRAP is reported for both a completed single-step and a software breakpoint. Need to