diff options
author | Pedro Alves <palves@redhat.com> | 2008-06-05 21:13:58 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2008-06-05 21:13:58 +0000 |
commit | cf30943b935788478e058f6c7d9d796b90ecea8c (patch) | |
tree | 8cedd2022eb41c88cd74a8c912caf831c8943ab2 /gdb/ChangeLog | |
parent | 49fd4a422bb6152043b2b41a1f734694056dbf3b (diff) | |
download | gdb-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/ChangeLog | 6 |
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> |