Add mi/ and testsuite/gdb.mi/ subdirectories.
[deliverable/binutils-gdb.git] / gdb / event-top.c
index 4fbd6a0f001d250a287deff21ffa14cad0e5544d..9e19d45e78141021db52780702bd300cb26ac502 100644 (file)
@@ -246,6 +246,13 @@ display_gdb_prompt (char *new_prompt)
   int prompt_length = 0;
   char *gdb_prompt = get_prompt ();
 
+#ifdef UI_OUT
+  /* When an alternative interpreter has been installed, do not
+     display the comand prompt. */
+  if (interpreter_p)
+    return;
+#endif
+
   if (target_executing && sync_execution)
     {
       /* This is to trick readline into not trying to display the
This page took 0.02751 seconds and 4 git commands to generate.