diff options
author | Daniel Jacobowitz <drow@false.org> | 2008-02-27 21:00:01 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2008-02-27 21:00:01 +0000 |
commit | 20b4711e0556d73b7a16250447ee5ca505b834db (patch) | |
tree | 4ccac29e88798ff609179a0e8a12c848113d4f49 /gdb/ChangeLog | |
parent | 1843f87b0a15f16efb29bb2493c0cae8d7d740b6 (diff) | |
download | gdb-20b4711e0556d73b7a16250447ee5ca505b834db.zip gdb-20b4711e0556d73b7a16250447ee5ca505b834db.tar.gz gdb-20b4711e0556d73b7a16250447ee5ca505b834db.tar.bz2 |
* remote.c (remote_wait, remote_async_wait): Stop if we receive
an error.
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 13b37ce..f5afe11 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com> + * remote.c (remote_wait, remote_async_wait): Stop if we receive + an error. + +2008-02-27 Daniel Jacobowitz <dan@codesourcery.com> + * utils.c (debug_timestamp): New. (vfprintf_unfiltered): Print timestamps if requested. (show_debug_timestamp): New. |