* NEWS: Mention tracepoints support.

This commit is contained in:
Pedro Alves 2010-04-09 15:26:54 +00:00
parent a97153c7f8
commit d337e9f09e
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2010-04-09 Pedro Alves <pedro@codesourcery.com>
* NEWS: Mention tracepoints support.
2010-04-09 Pedro Alves <pedro@codesourcery.com>
* tracepoint.c (trace_status_mi): Report disconnected tracing and

View File

@ -3,6 +3,11 @@
*** Changes since GDB 7.1
* New features in the GDB remote stub, GDBserver
- GDBserver now support tracepoints. The feature is currently
supported by the i386-linux and amd64-linux builds.
* GDB now sends xmlRegisters= in qSupported packet to indicate that
it understands register description.