From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32449 invoked by alias); 9 Mar 2013 10:20:27 -0000 Received: (qmail 32426 invoked by uid 22791); 9 Mar 2013 10:20:26 -0000 X-SWARE-Spam-Status: No, hits=-4.6 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 09 Mar 2013 10:20:16 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1UEGsx-0007NR-9G from Hafiz_Abid@mentor.com ; Sat, 09 Mar 2013 02:20:15 -0800 Received: from SVR-IES-FEM-04.mgc.mentorg.com ([137.202.0.110]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 9 Mar 2013 02:20:14 -0800 Received: from EU-MBX-03.mgc.mentorg.com ([169.254.2.46]) by SVR-IES-FEM-04.mgc.mentorg.com ([137.202.0.110]) with mapi id 14.01.0289.001; Sat, 9 Mar 2013 10:20:13 +0000 From: "Abid, Hafiz" To: Eli Zaretskii , Joel Brobecker CC: "gdb-patches@sourceware.org" Subject: RE: [patch] Change trace buffer size(v5) Date: Sat, 09 Mar 2013 10:20:00 -0000 Message-ID: References: <513651CF.6090504@redhat.com> <1362742183.28338.0@abidh-ubunto1104> <20130309020626.GA4596@adacore.com>,<83li9xx9k8.fsf@gnu.org> In-Reply-To: <83li9xx9k8.fsf@gnu.org> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 X-SW-Source: 2013-03/txt/msg00415.txt.bz2 ________________________________________ From: Eli Zaretskii [eliz@gnu.org] Sent: Saturday, March 09, 2013 8:27 AM To: Joel Brobecker Cc: Abid, Hafiz; gdb-patches@sourceware.org Subject: Re: [patch] Change trace buffer size(v5) > Date: Fri, 8 Mar 2013 21:06:26 -0500 > From: Joel Brobecker > Cc: gdb-patches@sourceware.org > > > +@item QTBuffer:size > > +The remote stub supports the @samp{QTBuffer:size} (@pxref{QTBuffer:siz= e}) > > +packet that allows to change the size of the trace buffer. > > This causes the documenation to fail, which also affect the nightly > packaging of the sources: > > ./gdb.texinfo:37555: Cross reference to nonexistent node `QTBuffer:size' = (perhaps incorrect sectioning?). >I sincerely hope no one is committing changes to the manuals without >saying "make" in the gdb/doc directory first. Joel, Eli, I am committing the patch below to fix the build. I think it counts as obvi= ous. Please let me know if there is any problem. Sorry for the inconvenienc= e. Thanks, Abid 2012-03-09 Hafiz Abid Qadeer gdb/doc/ * gdb.texinfo (QTBuffer:size): Add cindex and anchor. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index f0caef1..ba03fca 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -38479,6 +38479,8 @@ This packet directs the target to use a circular tr= ace buffer if @var{value} is 1, or a linear buffer if the value is 0. =20 @item QTBuffer:size:@var{size} +@anchor{QTBuffer:size} +@cindex @samp{QTBuffer:size} packet This packet directs the target to make the trace buffer be of size @var{size} if possible. A value of @code{-1} tells the target to use whatever size it prefers. =20