From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18923 invoked by alias); 17 Feb 2015 16:12:53 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 18848 invoked by uid 89); 17 Feb 2015 16:12:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.6 required=5.0 tests=AWL,BAYES_00,LIKELY_SPAM_BODY,SPF_PASS,T_RP_MATCHES_RCVD,UNPARSEABLE_RELAY autolearn=no version=3.3.2 X-HELO: aserp1040.oracle.com Received: from aserp1040.oracle.com (HELO aserp1040.oracle.com) (141.146.126.69) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 17 Feb 2015 16:12:52 +0000 Received: from aserv0021.oracle.com (aserv0021.oracle.com [141.146.126.233]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id t1HGCoKG018375 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 17 Feb 2015 16:12:50 GMT Received: from aserz7022.oracle.com (aserz7022.oracle.com [141.146.126.231]) by aserv0021.oracle.com (8.13.8/8.13.8) with ESMTP id t1HGCoLN028064 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Tue, 17 Feb 2015 16:12:50 GMT Received: from abhmp0019.oracle.com (abhmp0019.oracle.com [141.146.116.25]) by aserz7022.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id t1HGCoam025444 for ; Tue, 17 Feb 2015 16:12:50 GMT Received: from localhost.localdomain (/10.175.193.114) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 17 Feb 2015 08:12:50 -0800 From: "Jose E. Marchesi" To: gdb-patches@sourceware.org Subject: [COMMITTED V5 9/9] Announce the DTrace USDT probes support in NEWS. Date: Tue, 17 Feb 2015 16:13:00 -0000 Message-Id: <1424189897-32457-10-git-send-email-jose.marchesi@oracle.com> In-Reply-To: <1424189897-32457-1-git-send-email-jose.marchesi@oracle.com> References: <1424189897-32457-1-git-send-email-jose.marchesi@oracle.com> X-IsSubscribed: yes X-SW-Source: 2015-02/txt/msg00447.txt.bz2 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. --- gdb/ChangeLog | 4 ++++ gdb/NEWS | 3 +++ 2 files changed, 7 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fc39c68..6a0a316 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 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". (amd64_dtrace_parse_probe_argument): New function. (amd64_dtrace_probe_is_enabled): Likewise. 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. -- 1.7.10.4