* infrun.c (proceed): Flush stdout before resuming inferior.
authorJim Kingdon <jkingdon@engr.sgi.com>
Wed, 25 Jan 1995 18:16:42 +0000 (18:16 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Wed, 25 Jan 1995 18:16:42 +0000 (18:16 +0000)
* infcmd.c (step_1), annotate.c (annotate_starting):
Don't bother to flush here.

gdb/ChangeLog
gdb/annotate.c

index 16f8a6ecd7f2f14eabbdf90ad57d572f9b738e21..5c56c1b63e4b927d45d1d7a7a7def5f4b550a722 100644 (file)
@@ -1,3 +1,9 @@
+Wed Jan 25 08:19:35 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * infrun.c (proceed): Flush stdout before resuming inferior.
+       * infcmd.c (step_1), annotate.c (annotate_starting):
+       Don't bother to flush here.
+
 Wed Jan 25 01:11:21 1995  Jeff Law  (law@snake.cs.utah.edu)
 
        * hpread.c (hpread_process_one_debug_symbol): Fix lines garbled
index 5491ddff3cd7a1ab80393076774677284860a65c..026ef4cb575b2f57b1fbc4d3c61bb8ebb3c565ae 100644 (file)
@@ -68,9 +68,6 @@ annotate_starting ()
   if (annotation_level > 1)
     {
       printf_filtered ("\n\032\032starting\n");
-      /* The starting annotation needs to appear before any output
-         from the inferior process.  */
-      gdb_flush (gdb_stdout);
     }
 }
 
This page took 0.027106 seconds and 4 git commands to generate.