From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23256 invoked by alias); 9 Apr 2010 15:13:49 -0000 Received: (qmail 23248 invoked by uid 22791); 9 Apr 2010 15:13:48 -0000 X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 09 Apr 2010 15:13:45 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0L0M00I006T7FC00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Fri, 09 Apr 2010 18:13:38 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.124.92.42]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L0M00GZB7MNS7A0@a-mtaout22.012.net.il>; Fri, 09 Apr 2010 18:13:36 +0300 (IDT) Date: Fri, 09 Apr 2010 15:13:00 -0000 From: Eli Zaretskii Subject: Re: Report the new trace status fields in MI as well In-reply-to: <201004091602.18039.pedro@codesourcery.com> To: Pedro Alves Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83ochszmjh.fsf@gnu.org> References: <201004091602.18039.pedro@codesourcery.com> 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: 2010-04/txt/msg00236.txt.bz2 > From: Pedro Alves > Date: Fri, 9 Apr 2010 16:02:18 +0100 > > gdb/doc/ > * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>: > Describe the `circular' and `disconnected' fields. One comment to this part: > +@item circular > +This field indicates the value of the circular trace buffer flag. I suggest to rephrase to be similar to what you have under `disconnected': The value of the circular trace buffer flag. This is much simpler and more clear. "Indicates the value of" makes me wonder what exactly does it mean ;-) Okay with that change.