* defs.h (quit_flag): Don't declare.
[deliverable/binutils-gdb.git] / gdb / monitor.c
index d19a49ca5c5421f72ef360ebe2e095845e1e6405..48127364d664e53621443c6d31e86bf1b41b6acd 100644 (file)
@@ -512,6 +512,7 @@ monitor_expect (char *string, char *buf, int buflen)
     }
 
   immediate_quit++;
+  QUIT;
   while (1)
     {
       if (buf)
This page took 0.023395 seconds and 4 git commands to generate.