diff options
author | Jeff Law <law@redhat.com> | 1995-06-25 02:33:33 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1995-06-25 02:33:33 +0000 |
commit | 1657d50b380676617feb4670e8fd3d1cd863ddc7 (patch) | |
tree | 5331bcffc9ac2cf7cb4aec534649282ac3fc4e91 /gdb/ChangeLog | |
parent | cd5431634a3af614ecc8020a478666582080c58b (diff) | |
download | gdb-1657d50b380676617feb4670e8fd3d1cd863ddc7.zip gdb-1657d50b380676617feb4670e8fd3d1cd863ddc7.tar.gz gdb-1657d50b380676617feb4670e8fd3d1cd863ddc7.tar.bz2 |
* lynx-nat.c (child_wait): Don't restart new threads and loop
to the top of child_wait; let the machine independent code in
wait_for_inferior deal with new thread notifications.
lynx-6100 (partial)
Fixes SEGV when multi-threaded program hits a breakpoint in a new
thread.
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 c65bcee..2254328 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Sat Jun 24 19:27:37 1995 Jeffrey A. Law <law@rtl.cygnus.com> + + * lynx-nat.c (child_wait): Don't restart new threads and loop + to the top of child_wait; let the machine independent code in + wait_for_inferior deal with new thread notifications. + Fri Jun 23 11:51:58 1995 Kung Hsu <kung@mexican.cygnus.com> * remote-nindy (nindy_load): Put in target specific load, it's |