diff options
author | Pedro Alves <palves@redhat.com> | 2010-05-02 16:10:03 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2010-05-02 16:10:03 +0000 |
commit | 1915ef4f3ab77c58c611882f9e3b2d67fefdebd0 (patch) | |
tree | 2e84772a855ba7bad9fc89f5062ac6bc34b86a23 /gdb/gdbserver/ChangeLog | |
parent | 0dfb946f5033395c94d683818dda0a45b5d6efce (diff) | |
download | gdb-1915ef4f3ab77c58c611882f9e3b2d67fefdebd0.zip gdb-1915ef4f3ab77c58c611882f9e3b2d67fefdebd0.tar.gz gdb-1915ef4f3ab77c58c611882f9e3b2d67fefdebd0.tar.bz2 |
gdb/
* README: Use consistent `GDB' and `GDBserver' spellings.
gdb/gdbserver/
* README: Use consistent `GDB' and `GDBserver' spellings.
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r-- | gdb/gdbserver/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index a1f4798..3f0b0fb 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,5 +1,9 @@ 2010-05-02 Pedro Alves <pedro@codesourcery.com> + * README: Use consistent `GDB' and `GDBserver' spellings. + +2010-05-02 Pedro Alves <pedro@codesourcery.com> + * linux-low.c (linux_kill_one_lwp): Assume the lwp is stopped. (linux_kill): Stop all lwps here. Don't delete the main lwp here. (linux_detach_one_lwp): Assume the lwp is stopped. |