gdbtypes.resolve_dynamic_range: Add function description.
[deliverable/binutils-gdb.git] / gdb / inf-loop.c
index 8d23dc72a4a18859887d3abaffb7e7f6d28b3bc8..247e9d68706a7525692e0d2648d0cc83b14f4328 100644 (file)
@@ -18,7 +18,8 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
-#include "inferior.h"          /* For fetch_inferior_event.  */
+#include "inferior.h"
+#include "infrun.h"
 #include "target.h"             /* For enum inferior_event_type.  */
 #include "event-loop.h"
 #include "event-top.h"
@@ -30,6 +31,7 @@
 #include "continuations.h"
 #include "interps.h"
 #include "top.h"
+#include "observer.h"
 
 static int fetch_inferior_event_wrapper (gdb_client_data client_data);
 
@@ -57,7 +59,7 @@ inferior_event_handler (enum inferior_event_type event_type,
          do_all_intermediate_continuations (1);
          do_all_continuations (1);
          async_enable_stdin ();
-         display_gdb_prompt (0);
+         observer_notify_command_error ();
        }
       break;
 
This page took 0.023315 seconds and 4 git commands to generate.