diff options
author | Jeff Law <law@redhat.com> | 1995-07-20 21:25:12 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1995-07-20 21:25:12 +0000 |
commit | 5c54124babc0fa0b89be7a04c245d1784a9dcbaa (patch) | |
tree | ed5a01ed5fecdc0af070544100c1288b4c132d0b /gdb/ChangeLog | |
parent | 76087c53880862bfbd1d759e9bb588ae43f02a61 (diff) | |
download | gdb-5c54124babc0fa0b89be7a04c245d1784a9dcbaa.zip gdb-5c54124babc0fa0b89be7a04c245d1784a9dcbaa.tar.gz gdb-5c54124babc0fa0b89be7a04c245d1784a9dcbaa.tar.bz2 |
* lynx-nat.c (child_wait): A thread_id of zero from wait apparently
means the process is single threaded, so there's no need to add
it to the thread list. Handle case where multi-threaded process
reverts back to a single-threaded process.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ac6e740..7767c6d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,4 +1,9 @@ -Thu Jul 20 15:00:31 1995 Jeff Law (law@snake.cs.utah.edu) +Thu Jul 20 14:18:51 1995 Jeffrey A. Law <law@rtl.cygnus.com> + + * lynx-nat.c (child_wait): A thread_id of zero from wait apparently + means the process is single threaded, so there's no need to add + it to the thread list. Handle case where multi-threaded process + reverts back to a single-threaded process. * gdbserver/low-hppabsd.c: Remove error declaration. * gdbserver/low-sparc.c: Likewise. |