Announce the DTrace USDT probes support in NEWS.

This patch simply adds a small entry to `Changes since GDB 7.8' announcing the
support for dtrace probes.

gdb/ChangeLog:

2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>

	* NEWS: Announce the support for DTrace SDT probes.
This commit is contained in:
Jose E. Marchesi 2015-02-17 16:43:48 +01:00
parent 3133f8c11f
commit b05e3b0dd2
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
* NEWS: Announce the support for DTrace SDT probes.
2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
* amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h".

View File

@ -68,6 +68,9 @@ Qbtrace-conf:bts:size
the btrace record target.
For the BTS format, it shows the ring buffer size.
* GDB now has support for DTrace USDT (Userland Static Defined
Tracing) probes. The supported targets are x86_64-*-linux-gnu.
*** Changes in GDB 7.9
* GDB now supports hardware watchpoints on x86 GNU Hurd.