diff options
author | Joel Brobecker <brobecker@gnat.com> | 2006-07-14 22:55:58 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2006-07-14 22:55:58 +0000 |
commit | cd24f626494d1cb97b2b138f1c18a23195307f1f (patch) | |
tree | 1a63829d7d2e0a86c706454c28e38f20b9f0ff93 | |
parent | 85b4c6e892d4d8fa8361587e98bfe03e5596f6c8 (diff) | |
download | gdb-cd24f626494d1cb97b2b138f1c18a23195307f1f.zip gdb-cd24f626494d1cb97b2b138f1c18a23195307f1f.tar.gz gdb-cd24f626494d1cb97b2b138f1c18a23195307f1f.tar.bz2 |
* PROBLEMS: Document threads/2137.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/PROBLEMS | 6 |
2 files changed, 9 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 961aaea..4ea8199 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2006-07-14 Joel Brobecker <brobecker@adacore.com> + + * PROBLEMS: Document threads/2137. + 2006-07-13 Mark Kettenis <kettenis@gnu.org> * config/alpha/tm-nbsd.h: Remove file. diff --git a/gdb/PROBLEMS b/gdb/PROBLEMS index af0d1d5..030f8ed 100644 --- a/gdb/PROBLEMS +++ b/gdb/PROBLEMS @@ -1,5 +1,5 @@ - Known problems in GDB 6.3 + Known problems in GDB 6.5 See also: http://www.gnu.org/software/gdb/bugs/ @@ -98,3 +98,7 @@ to an internal error. This problem does not occur on newer systems that use the NPTL library, and did not occur with GDB 6.1. + +threads/2137: Native Solaris Thread Debugging broken. + +Use GDB 6.4 if thread debugging is needed on Solaris. |