diff options
author | John Gilmore <gnu@cygnus> | 1991-07-06 08:36:34 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-07-06 08:36:34 +0000 |
commit | 2a8afebabfa21fef0e777f11e575b0467e014c08 (patch) | |
tree | fee899d7b0241641d377ba8be86e0affad4bfb01 /gdb/ChangeLog | |
parent | 391e5612c626d37504c2f08c0b6319ba18b2e1c7 (diff) | |
download | gdb-2a8afebabfa21fef0e777f11e575b0467e014c08.zip gdb-2a8afebabfa21fef0e777f11e575b0467e014c08.tar.gz gdb-2a8afebabfa21fef0e777f11e575b0467e014c08.tar.bz2 |
* main.c (command_line_input): Flush stdout and stderr
before every call to readline. This reportedly fixes a bug
that comes up in Sys V running emacs-gdb and/or xxgdb,
when stdin/out are pipes or sockets.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 48e7885..3397b76 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +Sat Jul 6 01:34:15 1991 John Gilmore (gnu at cygint.cygnus.com) + + * main.c (command_line_input): Flush stdout and stderr + before every call to readline. This reportedly fixes a bug + that comes up in Sys V running emacs-gdb and/or xxgdb, + when stdin/out are pipes or sockets. + Thu Jul 4 14:47:06 1991 John Gilmore (gnu at cygint.cygnus.com) * configure.in, Makefile.in: Avoid rebuilding "depend" as much. |