summaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2007-10-24 20:49:59 +0000
committerDaniel Jacobowitz <dan@debian.org>2007-10-24 20:49:59 +0000
commit9a3a0e7f56e1658ca8ed732e1abec20700d8b4fa (patch)
tree0b2987c14426c508b5e9dff12a4fc2f2ab1bf5af /gdb/NEWS
parent8d63cdc81cdf930d5aa24c38cfcb6dda71daf211 (diff)
downloadgdb-9a3a0e7f56e1658ca8ed732e1abec20700d8b4fa.tar.gz
* NEWS: Mention gdbserver support for non-libthread_db operation.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 50ee2121917..ffecdd134c0 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -18,6 +18,9 @@ and in inlined functions.
* The GDB remote stub, gdbserver, now supports the AltiVec and SPE
registers on PowerPC targets.
+* The GDB remote stub, gdbserver, now supports thread debugging on GNU/Linux
+targets even when the libthread_db library is not available.
+
*** Changes in GDB 6.7
* Resolved 101 resource leaks, null pointer dereferences, etc. in gdb,