From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21830 invoked by alias); 9 Mar 2013 11:07:37 -0000 Received: (qmail 21815 invoked by uid 22791); 9 Mar 2013 11:07:36 -0000 X-SWARE-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 09 Mar 2013 11:07:27 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MJE0060042CZP00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Sat, 09 Mar 2013 13:07:25 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MJE006KC48DRBC0@a-mtaout20.012.net.il>; Sat, 09 Mar 2013 13:07:25 +0200 (IST) Date: Sat, 09 Mar 2013 11:07:00 -0000 From: Eli Zaretskii Subject: Re: [patch] Change trace buffer size(v5) In-reply-to: To: "Abid, Hafiz" Cc: brobecker@adacore.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83ehfoygpr.fsf@gnu.org> References: <513651CF.6090504@redhat.com> <1362742183.28338.0@abidh-ubunto1104> <20130309020626.GA4596@adacore.com> <83li9xx9k8.fsf@gnu.org> X-IsSubscribed: yes 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/msg00417.txt.bz2 > From: "Abid, Hafiz" > CC: "gdb-patches@sourceware.org" > Date: Sat, 9 Mar 2013 10:20:12 +0000 > > I am committing the patch below to fix the build. I think it counts as obvious. Please let me know if there is any problem. Sorry for the inconvenience. > > 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 trace buffer if > @var{value} is 1, or a linear buffer if the value is 0. > > @item QTBuffer:size:@var{size} > +@anchor{QTBuffer:size} > +@cindex @samp{QTBuffer:size} packet Sorry, but this isn't right. You cannot have colons in @anchor or in @cindex entries, because that will confuse Info readers when they try to deduce the referenced spot. (This is explained in the Texinfo manual, in the nodes "Node Line Requirements", "@anchor", and "Indexing Commands".) Fixed thusly: 2013-03-09 Eli Zaretskii * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't use colons in @anchor and @cindex entries. Index: gdb/doc/gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.1056 retrieving revision 1.1057 diff -u -r1.1056 -r1.1057 --- gdb/doc/gdb.texinfo 9 Mar 2013 10:21:42 -0000 1.1056 +++ gdb/doc/gdb.texinfo 9 Mar 2013 11:01:00 -0000 1.1057 @@ -37552,7 +37552,7 @@ to be enabled and disabled while a trace experiment is running. @item QTBuffer:size -The remote stub supports the @samp{QTBuffer:size} (@pxref{QTBuffer:size}) +The remote stub supports the @samp{QTBuffer:size} (@pxref{QTBuffer-size}) packet that allows to change the size of the trace buffer. @item tracenz @@ -38479,8 +38479,8 @@ @var{value} is 1, or a linear buffer if the value is 0. @item QTBuffer:size:@var{size} -@anchor{QTBuffer:size} -@cindex @samp{QTBuffer:size} packet +@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.