diff options
author | Daniel Jacobowitz <dan@debian.org> | 2007-10-24 20:49:59 +0000 |
---|---|---|
committer | Daniel Jacobowitz <dan@debian.org> | 2007-10-24 20:49:59 +0000 |
commit | 9a3a0e7f56e1658ca8ed732e1abec20700d8b4fa (patch) | |
tree | 0b2987c14426c508b5e9dff12a4fc2f2ab1bf5af /gdb/NEWS | |
parent | 8d63cdc81cdf930d5aa24c38cfcb6dda71daf211 (diff) | |
download | gdb-9a3a0e7f56e1658ca8ed732e1abec20700d8b4fa.tar.gz |
* NEWS: Mention gdbserver support for non-libthread_db operation.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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, |