From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23441 invoked by alias); 2 Feb 2015 19:47:02 -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 23408 invoked by uid 89); 2 Feb 2015 19:47:01 -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 19:47:01 +0000 Received: from ucsinet21.oracle.com (ucsinet21.oracle.com [156.151.31.93]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id t12Jkvju011897 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 2 Feb 2015 19:46:57 GMT Received: from userz7021.oracle.com (userz7021.oracle.com [156.151.31.85]) by ucsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id t12Jkurs006731 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Mon, 2 Feb 2015 19:46:57 GMT Received: from abhmp0010.oracle.com (abhmp0010.oracle.com [141.146.116.16]) by userz7021.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id t12Jku93006704; Mon, 2 Feb 2015 19:46:56 GMT Received: from termi.oracle.com (/10.175.255.144) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 02 Feb 2015 11:46:55 -0800 From: jose.marchesi@oracle.com (Jose E. Marchesi) To: Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: Re: [PATCH V4 8/9] Documentation for DTrace USDT probes. References: <1422874968-382-1-git-send-email-jose.marchesi@oracle.com> <1422874968-382-9-git-send-email-jose.marchesi@oracle.com> <83pp9sgv2q.fsf@gnu.org> Date: Mon, 02 Feb 2015 19:47:00 -0000 In-Reply-To: <83pp9sgv2q.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 02 Feb 2015 18:02:53 +0200") Message-ID: <87twz45bwo.fsf@oracle.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2015-02/txt/msg00028.txt.bz2 Hi Eli. > From: "Jose E. Marchesi" > Date: Mon, 2 Feb 2015 12:02:47 +0100 > > This patch modifies the `Static Probe Points' section on the GDB > manual in order to cover the support for DTrace USDT probes, in > addition to SystemTap SDT probes. Did anything change here since the previous version? Yes. These are the problems that you spotted and that were fixed in this version of the patch series: > -handled. @code{SystemTap} probes cannot be disabled. > +handled. Some @code{DTrace} probes can be enabled or ^^ Two spaces here, please. > +disabled,but @code{SystemTap} probes cannot be disabled. ^ One space here, please.