This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH V3 9/9] Announce the DTrace USDT probes support in NEWS.
- From: "Jose E. Marchesi" <jose dot marchesi at oracle dot com>
- To: gdb-patches at sourceware dot org
- Date: Tue, 28 Oct 2014 14:50:18 +0100
- Subject: [PATCH V3 9/9] Announce the DTrace USDT probes support in NEWS.
- Authentication-results: sourceware.org; auth=none
- References: <1414504218-31204-1-git-send-email-jose dot marchesi at oracle dot com>
This patch simply adds a small entry to `Changes since GDB 7.8' announcing the
support for dtrace probes.
gdb/ChangeLog:
2014-10-28 Jose E. Marchesi <jose.marchesi@oracle.com>
* NEWS: Announce the support for DTrace SDT probes.
---
gdb/ChangeLog | 4 ++++
gdb/NEWS | 3 +++
2 files changed, 7 insertions(+)
diff --git a/gdb/NEWS b/gdb/NEWS
index 01cdc36..e7c57d8 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -49,6 +49,9 @@ queue-signal signal-name-or-number
** The -list-thread-groups command outputs an exit-code field for
inferiors that have exited.
+* GDB now has support for DTrace USDT (Userland Static Defined
+ Tracing) probes. The supported targets are x86_64-*-linux-gnu.
+
* Removed targets
Support for these obsolete configurations has been removed.
--
1.7.10.4