aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2000-09-18 13:09:12 +0000
committerMark Kettenis <kettenis@gnu.org>2000-09-18 13:09:12 +0000
commite63286713f94c7bfb8496ceaf356e146a3ef04a1 (patch)
treee215b6533c2040b938d104a1f06afac66817fb18 /gdb/ChangeLog
parent9e75421134a05366b5d987f1b6921d7afcf9325d (diff)
downloadgdb-e63286713f94c7bfb8496ceaf356e146a3ef04a1.zip
gdb-e63286713f94c7bfb8496ceaf356e146a3ef04a1.tar.gz
gdb-e63286713f94c7bfb8496ceaf356e146a3ef04a1.tar.bz2
* lin-lwp.c (stop_wait_callback): Remove bogus assertions in the
code that deals with exiting/signalled threads. Replace with code similar to what's done in lin_lwp_wait.
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 937a703..92bbe8e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2000-09-18 Mark Kettenis <kettenis@gnu.org>
+
+ * lin-lwp.c (stop_wait_callback): Remove bogus assertions in the
+ code that deals with exiting/signalled threads. Replace with
+ code similar to what's done in lin_lwp_wait.
+
2000-09-17 Kevin Buettner <kevinb@redhat.com>
* ppc-linux-nat.c (fill_gregset, fill_fpregset): New functions.