From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25771 invoked by alias); 18 Feb 2013 20:00:11 -0000 Received: (qmail 25756 invoked by uid 22791); 18 Feb 2013 20:00:10 -0000 X-SWARE-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 18 Feb 2013 20:00:04 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MIF00J00LO51S00@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Mon, 18 Feb 2013 21:59:34 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MIF00J65M792930@a-mtaout21.012.net.il>; Mon, 18 Feb 2013 21:59:34 +0200 (IST) Date: Mon, 18 Feb 2013 20:00:00 -0000 From: Eli Zaretskii Subject: Re: [patch] Change trace buffer size In-reply-to: <1361211216.2217.2@abidh-ubunto1104> To: "Abid, Hafiz" Cc: gdb-patches@sourceware.org, stan@codesourcery.com Reply-to: Eli Zaretskii Message-id: <83txp9pf4h.fsf@gnu.org> References: <1361211216.2217.2@abidh-ubunto1104> 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-02/txt/msg00470.txt.bz2 > Date: Mon, 18 Feb 2013 18:13:36 +0000 > From: "Abid, Hafiz" > CC: > > --- a/gdb/NEWS > +++ b/gdb/NEWS > @@ -104,6 +104,10 @@ set debug notification > show debug notification > Control display of debugging info for async remote notification. > > +set trace-buffer-size > +show trace-buffer-size > + Request target to change the size of trace buffer. > + OK for this part. > +@item show trace-buffer-size > +@kindex show trace-buffer-size > +Show the current requested size for the trace buffer. Note that this > +will only match the actual size if the target supports size-setting, > +and was able to handle the requested size. For instance, if the > +target can only change buffer size between runs, this variable will > +not reflect until the next run starts. Use @code{tstatus} to get a ^^^^^^^^^^^^^^^^^ "not reflect the change until ..." The documentation parts are OK with this fixed.