gdb/
[deliverable/binutils-gdb.git] / gdb / mi / mi-main.c
index 97a136b043eb4f0cd8fb17af38643b9da97e9d9e..d7d8dc438ee269557fa950965682a8c02b72606e 100644 (file)
@@ -78,6 +78,10 @@ static int do_timings = 0;
 char *current_token;
 int running_result_record_printed = 1;
 
+/* Flag indicating that the target has proceeded since the last
+   command was issued.  */
+int mi_proceeded;
+
 extern void _initialize_mi_main (void);
 static void mi_cmd_execute (struct mi_parse *parse);
 
@@ -1147,6 +1151,7 @@ captured_mi_execute_command (struct ui_out *uiout, void *data)
   cleanup = make_cleanup (free_current_contents, &current_token);
 
   running_result_record_printed = 0;
+  mi_proceeded = 0;
   switch (context->op)
     {
     case MI_COMMAND:
This page took 0.024465 seconds and 4 git commands to generate.