diff options
author | K. Richard Pixley <rich@cygnus> | 1993-08-13 21:48:39 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1993-08-13 21:48:39 +0000 |
commit | 057c2f477346a2b96f06cff1ae60010f47f05976 (patch) | |
tree | fb0eadbeca9f54e8ae4cf13836b9352fb9da74ce /gdb/ChangeLog | |
parent | 0e5f1b37f69f499d04861e7cd8d276c870289e71 (diff) | |
download | gdb-057c2f477346a2b96f06cff1ae60010f47f05976.zip gdb-057c2f477346a2b96f06cff1ae60010f47f05976.tar.gz gdb-057c2f477346a2b96f06cff1ae60010f47f05976.tar.bz2 |
* ser-unix.c (get_tty_state): if a descriptor is not a tty, then
simply save encode this fact as the process group and return
success rather than an error.
(set_tty_state): if process group is -1, do not reset the
process group.
(hardwire_reachar): comment change.
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 dfdaab6..348027e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ Fri Aug 13 14:37:05 1993 K. Richard Pixley (rich@sendai.cygnus.com) + * ser-unix.c (get_tty_state): if a descriptor is not a tty, then + simply save encode this fact as the process group and return + success rather than an error. + (set_tty_state): if process group is -1, do not reset the + process group. + (hardwire_reachar): comment change. + * serial.h: comment change. * config/m88k/tm-m88k.h: comment change to remove embedded |