diff options
author | Mark Kettenis <kettenis@gnu.org> | 2000-09-18 13:09:12 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2000-09-18 13:09:12 +0000 |
commit | e63286713f94c7bfb8496ceaf356e146a3ef04a1 (patch) | |
tree | e215b6533c2040b938d104a1f06afac66817fb18 /gdb/ChangeLog | |
parent | 9e75421134a05366b5d987f1b6921d7afcf9325d (diff) | |
download | gdb-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/ChangeLog | 6 |
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. |