From patchwork Fri Sep 26 09:48:25 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Jose E. Marchesi" X-Patchwork-Id: 2991 Received: (qmail 10211 invoked by alias); 26 Sep 2014 09:43:48 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 9984 invoked by uid 89); 26 Sep 2014 09:43:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL, BAYES_00, LIKELY_SPAM_BODY, RP_MATCHES_RCVD, SPF_PASS, UNPARSEABLE_RELAY autolearn=no version=3.3.2 X-HELO: aserp1050.oracle.com Received: from aserp1050.oracle.com (HELO aserp1050.oracle.com) (141.146.126.70) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 26 Sep 2014 09:43:46 +0000 Received: from aserp1040.oracle.com (aserp1040.oracle.com [141.146.126.69]) by aserp1050.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id s8Q9hieD026797 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 26 Sep 2014 09:43:44 GMT Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id s8Q9hhv9002315 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 26 Sep 2014 09:43:43 GMT Received: from aserz7021.oracle.com (aserz7021.oracle.com [141.146.126.230]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id s8Q9hgEq029907 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 26 Sep 2014 09:43:43 GMT Received: from abhmp0014.oracle.com (abhmp0014.oracle.com [141.146.116.20]) by aserz7021.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id s8Q9hgAO028671 for ; Fri, 26 Sep 2014 09:43:42 GMT Received: from localhost.localdomain (/10.175.173.100) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 26 Sep 2014 02:43:42 -0700 From: "Jose E. Marchesi" To: gdb-patches@sourceware.org Subject: [PATCH 9/9] Announce the DTrace USDT probes support in NEWS. Date: Fri, 26 Sep 2014 11:48:25 +0200 Message-Id: <1411724905-31234-10-git-send-email-jose.marchesi@oracle.com> In-Reply-To: <1411724905-31234-1-git-send-email-jose.marchesi@oracle.com> References: <1411724905-31234-1-git-send-email-jose.marchesi@oracle.com> X-IsSubscribed: yes 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 * 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 + * NEWS: Announce the support for DTrace SDT probes. + +2014-09-26 Jose E. Marchesi + * 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