From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9972 invoked by alias); 2 Feb 2015 10:57:39 -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 9902 invoked by uid 89); 2 Feb 2015 10:57:39 -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: userp1040.oracle.com Received: from userp1040.oracle.com (HELO userp1040.oracle.com) (156.151.31.81) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Mon, 02 Feb 2015 10:57:38 +0000 Received: from ucsinet22.oracle.com (ucsinet22.oracle.com [156.151.31.94]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id t12AvZGj031373 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 2 Feb 2015 10:57:36 GMT Received: from userz7021.oracle.com (userz7021.oracle.com [156.151.31.85]) by ucsinet22.oracle.com (8.14.5+Sun/8.14.5) with ESMTP id t12AvZTA024414 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Mon, 2 Feb 2015 10:57:35 GMT Received: from abhmp0004.oracle.com (abhmp0004.oracle.com [141.146.116.10]) by userz7021.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id t12AvZ73028834 for ; Mon, 2 Feb 2015 10:57:35 GMT Received: from localhost.localdomain (/10.175.255.144) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 02 Feb 2015 02:57:34 -0800 From: "Jose E. Marchesi" To: gdb-patches@sourceware.org Subject: [PATCH V4 9/9] Announce the DTrace USDT probes support in NEWS. Date: Mon, 02 Feb 2015 10:57:00 -0000 Message-Id: <1422874968-382-10-git-send-email-jose.marchesi@oracle.com> In-Reply-To: <1422874968-382-1-git-send-email-jose.marchesi@oracle.com> References: <1422874968-382-1-git-send-email-jose.marchesi@oracle.com> X-IsSubscribed: yes X-SW-Source: 2015-02/txt/msg00020.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-02 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/NEWS b/gdb/NEWS index f19577a..9d21e32 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -163,6 +163,9 @@ VAX running Ultrix vax-*-ultrix* and "assf"), have been removed. Use the "sharedlibrary" command, or its alias "share", instead. +* 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