This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[RFA] NEWS entry for gdbserver support for debugging without libthread_db
- From: Daniel Jacobowitz <drow at false dot org>
- To: gdb-patches at sourceware dot org, Eli Zaretskii <eliz at gnu dot org>
- Date: Tue, 23 Oct 2007 16:10:05 -0400
- Subject: [RFA] NEWS entry for gdbserver support for debugging without libthread_db
Eli, is this OK?
--
Daniel Jacobowitz
CodeSourcery
2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
* NEWS: Mention gdbserver support for non-libthread_db operation.
Index: NEWS
===================================================================
RCS file: /cvs/src/src/gdb/NEWS,v
retrieving revision 1.244
diff -u -p -r1.244 NEWS
--- NEWS 21 Oct 2007 10:27:49 -0000 1.244
+++ NEWS 23 Oct 2007 20:04:08 -0000
@@ -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,