[PATCH 9/9] Announce the DTrace USDT probes support in NEWS.

Jose E. Marchesi jose.marchesi@oracle.com
Fri Sep 26 09:43:00 GMT 2014


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

gdb:

2014-09-26  Jose E. Marchesi  <jose.marchesi@oracle.com>

    	* NEWS: Announce the support for DTrace USDT probes.

Conflicts:
	gdb/NEWS
---
 gdb/ChangeLog |    4 ++++
 gdb/NEWS      |    3 +++
 2 files changed, 7 insertions(+)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a32d303..9c47900 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
 2014-09-26  Jose E. Marchesi  <jose.marchesi@oracle.com>
 
+	* NEWS: Announce the support for DTrace SDT probes.
+
+2014-09-26  Jose E. Marchesi  <jose.marchesi@oracle.com>
+
 	* amd64-linux-tdep.h: Prototypes for
 	`amd64_dtrace_probe_argument', `amd64_dtrace_enable_probe',
 	`amd64_dtrace_disable_probe' and `gdbarch_dtrace_probe_is_enabled'.
diff --git a/gdb/NEWS b/gdb/NEWS
index 11326f1..bcc6be1 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -40,6 +40,9 @@ queue-signal signal-name-or-number
   even in non-stop mode.  The "auto" mode has been removed, and "off"
   is now the default mode.
 
+* GDB now has support for DTrace USDT (Userland Static Defined
+  Tracing) probes.  The supported targets are x86_64-*-linux-gnu.
+
 *** Changes in GDB 7.8
 
 * New command line options
-- 
1.7.10.4



More information about the Gdb-patches mailing list