diff options
author | Joel Brobecker <brobecker@gnat.com> | 2009-05-06 22:54:58 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2009-05-06 22:54:58 +0000 |
commit | 8626589c42c3cdb9784be37fff88f631a5f25b6e (patch) | |
tree | b5cb5dbe38b0d45273675a71494ac99ddacf42df /gdb/ChangeLog | |
parent | ba42693bb46c02cf17455d19a93ce1401c016587 (diff) | |
download | gdb-8626589c42c3cdb9784be37fff88f631a5f25b6e.zip gdb-8626589c42c3cdb9784be37fff88f631a5f25b6e.tar.gz gdb-8626589c42c3cdb9784be37fff88f631a5f25b6e.tar.bz2 |
* utils.c: Add include of gdb_usleep.h.
(defaulted_query): Detect false EOF conditions that happen
on terminals opened with the O_NONBLOCK flag when there is
nothing to read.
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 21bf55d..e219552 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2009-05-06 Joel Brobecker <brobecker@adacore.com> + + * utils.c: Add include of gdb_usleep.h. + (defaulted_query): Detect false EOF conditions that happen + on terminals opened with the O_NONBLOCK flag when there is + nothing to read. + 2009-05-06 Pedro Alves <pedro@codesourcery.com> * inferior.c (add_inferior): Move observer_notify_new_inferior |