aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2007-10-24 20:49:59 +0000
committerDaniel Jacobowitz <drow@false.org>2007-10-24 20:49:59 +0000
commit523c451341dec4c623cbee21e660485193577c6a (patch)
tree48f5460a8e371a2699d3822ed5e72b085a8816d9 /gdb/NEWS
parent83acabca138ee4ef3dcb7072dd1ed797fdfae4e4 (diff)
downloadgdb-523c451341dec4c623cbee21e660485193577c6a.zip
gdb-523c451341dec4c623cbee21e660485193577c6a.tar.gz
gdb-523c451341dec4c623cbee21e660485193577c6a.tar.bz2
* 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 50ee212..ffecdd1 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,