aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2008-06-05 21:13:58 +0000
committerPedro Alves <palves@redhat.com>2008-06-05 21:13:58 +0000
commitcf30943b935788478e058f6c7d9d796b90ecea8c (patch)
tree8cedd2022eb41c88cd74a8c912caf831c8943ab2 /gdb/ChangeLog
parent49fd4a422bb6152043b2b41a1f734694056dbf3b (diff)
downloadgdb-cf30943b935788478e058f6c7d9d796b90ecea8c.zip
gdb-cf30943b935788478e058f6c7d9d796b90ecea8c.tar.gz
gdb-cf30943b935788478e058f6c7d9d796b90ecea8c.tar.bz2
* remote.c (kill_kludge): Delete.
(remote_wait, remote_async_wait): Don't set it. (remote_kill, remote_async_kill): Don't do anything with it.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index bb7fd13..ec59517 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
2008-06-05 Pedro Alves <pedro@codesourcery.com>
+ * remote.c (kill_kludge): Delete.
+ (remote_wait, remote_async_wait): Don't set it.
+ (remote_kill, remote_async_kill): Don't do anything with it.
+
+2008-06-05 Pedro Alves <pedro@codesourcery.com>
+
* linux-thread-db.c (thread_db_wait): Don't trim event ptid.
2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>