aboutsummaryrefslogtreecommitdiff
path: root/gdb/annotate.c
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1995-01-25 18:16:42 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1995-01-25 18:16:42 +0000
commit5024a43fee36dca2b8570ce92fa2ffbcaf49b985 (patch)
treec32693740b433e7ab108f965140144c5baa8135c /gdb/annotate.c
parentdc192b86c4028941985334350642268586774183 (diff)
downloadgdb-5024a43fee36dca2b8570ce92fa2ffbcaf49b985.zip
gdb-5024a43fee36dca2b8570ce92fa2ffbcaf49b985.tar.gz
gdb-5024a43fee36dca2b8570ce92fa2ffbcaf49b985.tar.bz2
* infrun.c (proceed): Flush stdout before resuming inferior.
* infcmd.c (step_1), annotate.c (annotate_starting): Don't bother to flush here.
Diffstat (limited to 'gdb/annotate.c')
-rw-r--r--gdb/annotate.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/annotate.c b/gdb/annotate.c
index 5491ddf..026ef4c 100644
--- a/gdb/annotate.c
+++ b/gdb/annotate.c
@@ -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);
}
}