* NEWS: Mention gdbserver support for non-libthread_db operation.

This commit is contained in:
Daniel Jacobowitz 2007-10-24 20:49:59 +00:00
parent 83acabca13
commit 523c451341
2 changed files with 7 additions and 0 deletions

View 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.

View File

@ -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,