Make gdb_flush also flush the wrap buffer
[deliverable/binutils-gdb.git] / gdb / remote.c
index dafdfa8f6c92bfe17e3505301bb8bdc58b33c961..11ec857e125c208e40c183e38d9a4bff6e84af61 100644 (file)
@@ -6847,7 +6847,7 @@ remote_console_output (const char *msg)
       tb[1] = 0;
       fputs_unfiltered (tb, gdb_stdtarg);
     }
-  gdb_flush (gdb_stdtarg);
+  ui_file_flush (gdb_stdtarg);
 }
 
 struct stop_reply : public notif_event
This page took 0.030278 seconds and 4 git commands to generate.