* gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
[deliverable/binutils-gdb.git] / gdb / inf-loop.c
index 487aa57a0e40198187d05cd895c01640b64e6a26..ed60cc323015ab8dfa0f76c18d574f08da8d01ea 100644 (file)
@@ -78,6 +78,12 @@ inferior_event_handler (enum inferior_event_type event_type,
       complete_execution ();
       break;
 
+    case INF_EXEC_CONTINUE:
+      /* Is there anything left to do for the command issued to
+         complete? */
+      do_all_intermediate_continuations ();
+      break;
+
     case INF_QUIT_REQ: 
       /* FIXME: ezannoni 1999-10-04. This call should really be a
         target vector entry, so that it can be used for any kind of
This page took 0.022648 seconds and 4 git commands to generate.