* NEWS: Mention gdbserver support for non-libthread_db operation.
authorDaniel Jacobowitz <drow@false.org>
Wed, 24 Oct 2007 20:49:59 +0000 (20:49 +0000)
committerDaniel Jacobowitz <drow@false.org>
Wed, 24 Oct 2007 20:49:59 +0000 (20:49 +0000)
gdb/ChangeLog
gdb/NEWS

index f00ede08593c1ba3aa14e8341b131728b66c669e..572cb1ce403bb3666453b98b2f9fbec9a36946d6 100644 (file)
@@ -1,3 +1,7 @@
+2007-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * NEWS: Mention gdbserver support for non-libthread_db operation.
+
 2007-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * amd64-tdep.c (amd64_convert_register_p): Delete.
index 50ee21219176f467c03f6f6a2525af187fa287a7..ffecdd134c0e57a8ffd83a1f4ba4837e557be222 100644 (file)
--- 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,