Message ID | alpine.LFD.2.21.1910301336270.2438@redsun52.ssa.fujisawa.hgst.com |
---|---|
State | Superseded |
Headers | show |
Index: binutils-gdb/gdb/infrun.c =================================================================== --- binutils-gdb.orig/gdb/infrun.c +++ binutils-gdb/gdb/infrun.c @@ -2617,7 +2617,10 @@ resume (gdb_signal sig) single-step breakpoints perturbing other threads, in case we're running in non-stop mode. */ if (inferior_ptid != null_ptid) - delete_single_step_breakpoints (inferior_thread ()); + { + delete_single_step_breakpoints (inferior_thread ()); + clear_step_over_info (); + } throw; } }