From: Jose E. Marchesi Date: Tue, 17 Feb 2015 15:43:48 +0000 (+0100) Subject: Announce the DTrace USDT probes support in NEWS. X-Git-Tag: users/hjl/linux/release/2.25.51.0.2~2^2~39^2~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b05e3b0dd2a257f7f0c1e23ff4c36f369438ea81;p=thirdparty%2Fbinutils-gdb.git 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 * NEWS: Announce the support for DTrace SDT probes. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fc39c6866b9..6a0a31634c8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2015-02-17 Jose E. Marchesi + + * NEWS: Announce the support for DTrace SDT probes. + 2015-02-17 Jose E. Marchesi * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h". diff --git a/gdb/NEWS b/gdb/NEWS index 624f508ecf1..b79b16284f5 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -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.