diff options
author | David Taylor <taylor@redhat.com> | 1997-12-03 19:30:06 +0000 |
---|---|---|
committer | David Taylor <taylor@redhat.com> | 1997-12-03 19:30:06 +0000 |
commit | 0274a484ce6e096b81c8c7a039c81c95ad88664a (patch) | |
tree | c355af1c307052950f3f554502fee9f1cde46ed2 /gdb/ChangeLog | |
parent | 47819b7207b21e605827adaa5c1fcc99b0356e76 (diff) | |
download | gdb-0274a484ce6e096b81c8c7a039c81c95ad88664a.zip gdb-0274a484ce6e096b81c8c7a039c81c95ad88664a.tar.gz gdb-0274a484ce6e096b81c8c7a039c81c95ad88664a.tar.bz2 |
fixes for debugging threaded core files. Previously gdb would find the
kernel threads but would get errors on each of the user threads that wasn't
currently assigned to a kernel thread. PR's gdb/13803 (and gdb/13618).
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f05aa01..9edf6f8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +Wed Dec 3 14:14:58 1997 David Taylor <taylor@texas.cygnus.com> + + * sol-thread.c: additional support for debugging threaded core + files on solaris; previously only kernel threads were found -- + user threads generated errors. + * corelow.c: don't register core_ops as a target if + coreops_suppress_target is true (set by sol-thread.c). + Tue Dec 2 14:53:09 1997 Michael Snyder (msnyder@cleaver.cygnus.com) * tracepoint.c: make "tdump" command handle literal memranges. |