From ecd8390290ac2bf41f22122ea01924dcd108af34 Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Tue, 7 Dec 1999 03:56:43 +0000 Subject: import gdb-1999-12-06 snapshot --- gdb/inf-loop.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gdb/inf-loop.c') diff --git a/gdb/inf-loop.c b/gdb/inf-loop.c index 487aa57a0e4..ed60cc32301 100644 --- a/gdb/inf-loop.c +++ b/gdb/inf-loop.c @@ -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 -- cgit v1.2.1