diff options
author | Mark Mitchell <mark@codesourcery.com> | 2006-01-14 05:13:21 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 2006-01-14 05:13:21 +0000 |
commit | 6da866186a9826152254528a505fec13adfcfc6e (patch) | |
tree | c538c2491a89f9257c57d1998bef9cb821351e10 /gdb/ChangeLog | |
parent | 1d90824cd0e52f12b47c3e08032023218ea90901 (diff) | |
download | gdb-6da866186a9826152254528a505fec13adfcfc6e.zip gdb-6da866186a9826152254528a505fec13adfcfc6e.tar.gz gdb-6da866186a9826152254528a505fec13adfcfc6e.tar.bz2 |
* event-loop.c (gdb_select): Detect file descriptors that have
been closed.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1a73ed9..b31d144 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2006-01-13 Mark Mitchell <mark@codesourcery.com> + + * event-loop.c (gdb_select): Detect file descriptors that have + been closed. + 2006-01-13 Mark Kettenis <kettenis@gnu.org> * hppabsd-tdep.c (hppabsd_init_abi): Set long_double_bit to 64, |