From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11013 invoked by alias); 12 Feb 2015 17:15:55 -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 10998 invoked by uid 89); 12 Feb 2015 17:15:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,NO_DNS_FOR_FROM,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: mailuogwdur.emc.com Received: from mailuogwdur.emc.com (HELO mailuogwdur.emc.com) (128.221.224.79) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Thu, 12 Feb 2015 17:15:54 +0000 Received: from maildlpprd51.lss.emc.com (maildlpprd51.lss.emc.com [10.106.48.155]) by mailuogwprd51.lss.emc.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.0) with ESMTP id t1CHFkO6028927 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 12 Feb 2015 12:15:50 -0500 X-DKIM: OpenDKIM Filter v2.4.3 mailuogwprd51.lss.emc.com t1CHFkO6028927 X-DKIM: OpenDKIM Filter v2.4.3 mailuogwprd51.lss.emc.com t1CHFkO6028927 Received: from mailsyshubprd55.lss.emc.com (mailhub.lss.emc.com [10.106.48.137]) by maildlpprd51.lss.emc.com (RSA Interceptor); Thu, 12 Feb 2015 12:15:26 -0500 Received: from usendtaylorx2l.lss.emc.com (usendtaylorx2l.lss.emc.com [10.243.10.188]) by mailsyshubprd55.lss.emc.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.0) with ESMTP id t1CHFSwn027006; Thu, 12 Feb 2015 12:15:28 -0500 Received: by usendtaylorx2l.lss.emc.com (Postfix, from userid 26043) id 22EE15DE52A; Thu, 12 Feb 2015 12:15:26 -0500 (EST) Received: from usendtaylorx2l (localhost [127.0.0.1]) by usendtaylorx2l.lss.emc.com (Postfix) with ESMTP id 886095DE513; Thu, 12 Feb 2015 12:15:26 -0500 (EST) To: Eli Zaretskii cc: "gdb-patches@sourceware.org" Subject: Re: [PATCH] doc of pre-defined or builtin trace state variables In-reply-to: <83fvab5bqw.fsf@gnu.org> References: <2301.1423756145@usendtaylorx2l> <83fvab5bqw.fsf@gnu.org> Comments: In-reply-to Eli Zaretskii message dated "Thu, 12 Feb 2015 11:35:19 -0500." Date: Thu, 12 Feb 2015 17:15:00 -0000 Message-ID: <3240.1423761326@usendtaylorx2l> From: David Taylor X-RSA-Classifications: public X-Sentrion-Hostname: mailuogwprd51.lss.emc.com X-SW-Source: 2015-02/txt/msg00328.txt.bz2 Eli Zaretskii wrote: > > From: David Taylor > > Date: Thu, 12 Feb 2015 10:49:05 -0500 > > > > Our tracepoint users want certain capabilities for which 'pre-defined' or > > 'builtin' trace state variables seem like they would be a good fit. So, > > I started looking into what it would take to modify both GDB and our GDB > > stub to support them. > > > > Imagine my surprise to discover that GDB already supports them, but it > > is not documented! > > > > Here's a patch. The pdf, html, and info targets build without > > complaint. The modified paragraph in the pdf file looks okay. > > > > gdb/doc/ChangeLog: > > > > 2015-02-12 David Taylor > > > > * gdb.texinfo (Tracepoint Packets): Document the builtin and name > > fields of the QTDV packet. > > Thanks, this is OK. Thanks. Will someone commit it for me? (I don't have commit privs.)