aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2014-07-16 20:06:55 +0100
committerPedro Alves <palves@redhat.com>2014-07-16 20:06:55 +0100
commit69ff6be55c0e6181223f2b9c93d90ffc9f7fb0f5 (patch)
treed58a3956816b7d81fac74350ab5896804cd6dc11 /gdb/gdbserver/ChangeLog
parent1b5d0ab34c53d6e896d2c0958b1176e324bb7878 (diff)
downloadgdb-69ff6be55c0e6181223f2b9c93d90ffc9f7fb0f5.zip
gdb-69ff6be55c0e6181223f2b9c93d90ffc9f7fb0f5.tar.gz
gdb-69ff6be55c0e6181223f2b9c93d90ffc9f7fb0f5.tar.bz2
Linux: Use kill_lwp/tkill instead of kill when killing a process
Since we use tkill everywhere, using kill to try to kill each lwp individually looks suspiciously odd. We should really be using tgkill everywhere, but at least while we don't get there this makes us consistent. gdb/gdbserver/ 2014-07-16 Pedro Alves <palves@redhat.com> * linux-low.c (linux_kill_one_lwp): Use kill_lwp, not kill. gdb/ 2014-07-16 Pedro Alves <palves@redhat.com> * linux-nat.c (kill_callback): Use kill_lwp, not kill.
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r--gdb/gdbserver/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index 4658abf..2bcd6ea 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,3 +1,7 @@
+2014-07-16 Pedro Alves <palves@redhat.com>
+
+ * linux-low.c (linux_kill_one_lwp): Use kill_lwp, not kill.
+
2014-07-15 Pedro Alves <palves@redhat.com>
* linux-low.c (linux_kill_one_lwp): Save errno and work with saved