From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6456 invoked by alias); 28 Oct 2014 13:44:23 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 6187 invoked by uid 89); 28 Oct 2014 13:44:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 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; Tue, 28 Oct 2014 13:44:19 +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 s9SDiHIA029551 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 28 Oct 2014 13:44:17 GMT Received: from ucsinet22.oracle.com (ucsinet22.oracle.com [156.151.31.94]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id s9SDiG0J012696 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 28 Oct 2014 13:44:17 GMT Received: from userz7022.oracle.com (userz7022.oracle.com [156.151.31.86]) by ucsinet22.oracle.com (8.14.5+Sun/8.14.5) with ESMTP id s9SCu5fm021544 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 28 Oct 2014 12:56:05 GMT Received: from abhmp0020.oracle.com (abhmp0020.oracle.com [141.146.116.26]) by userz7022.oracle.com (8.14.5+Sun/8.14.4) with ESMTP id s9SCu5K0021533 for ; Tue, 28 Oct 2014 12:56:05 GMT Received: from localhost.localdomain (/10.175.175.133) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 28 Oct 2014 06:44:15 -0700 From: "Jose E. Marchesi" To: gdb@sourceware.org Subject: [PATCH V3 9/9] Announce the DTrace USDT probes support in NEWS. Date: Tue, 28 Oct 2014 13:44:00 -0000 Message-Id: <1414504151-31155-10-git-send-email-jose.marchesi@oracle.com> In-Reply-To: <1414504151-31155-1-git-send-email-jose.marchesi@oracle.com> References: <1414504151-31155-1-git-send-email-jose.marchesi@oracle.com> X-IsSubscribed: yes X-SW-Source: 2014-10/txt/msg00107.txt.bz2 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 * 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