aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorJose E. Marchesi <jose.marchesi@oracle.com>2015-02-17 16:43:48 +0100
committerJose E. Marchesi <jose.marchesi@oracle.com>2015-02-17 16:43:48 +0100
commitb05e3b0dd2a257f7f0c1e23ff4c36f369438ea81 (patch)
tree00d2e1ecccc19702233c95ad842a85fbc62dc842 /gdb/NEWS
parent3133f8c11fd2e18b9f5ffd35bb26410dc61a69c5 (diff)
downloadgdb-b05e3b0dd2a257f7f0c1e23ff4c36f369438ea81.zip
gdb-b05e3b0dd2a257f7f0c1e23ff4c36f369438ea81.tar.gz
gdb-b05e3b0dd2a257f7f0c1e23ff4c36f369438ea81.tar.bz2
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.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 624f508..b79b162 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.