Split rank_one_type_parm_func from rank_one_type
[deliverable/binutils-gdb.git] / gdb / infrun.c
index 61467be029bee86fde523c57287177b4490a00b2..33e5d434b3582cdf189887fb985331ab64f0b6a4 100644 (file)
@@ -8146,7 +8146,8 @@ normal_stop (void)
   if (target_has_execution)
     {
       if (last.kind != TARGET_WAITKIND_SIGNALLED
-         && last.kind != TARGET_WAITKIND_EXITED)
+         && last.kind != TARGET_WAITKIND_EXITED
+         && last.kind != TARGET_WAITKIND_NO_RESUMED)
        /* Delete the breakpoint we stopped at, if it wants to be deleted.
           Delete any breakpoint that is to be deleted at the next stop.  */
        breakpoint_auto_delete (inferior_thread ()->control.stop_bpstat);
This page took 0.024185 seconds and 4 git commands to generate.