From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4450 invoked by alias); 27 Feb 2005 08:23:52 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 4269 invoked from network); 27 Feb 2005 08:23:38 -0000 Received: from unknown (HELO viper.snap.net.nz) (202.37.101.8) by sourceware.org with SMTP; 27 Feb 2005 08:23:38 -0000 Received: from farnswood.snap.net.nz (p183-tnt1.snap.net.nz [202.124.110.183]) by viper.snap.net.nz (Postfix) with ESMTP id AC352428BC1; Sun, 27 Feb 2005 21:23:36 +1300 (NZDT) Received: by farnswood.snap.net.nz (Postfix, from userid 501) id D02D462FBE; Sun, 27 Feb 2005 08:22:05 +0000 (GMT) From: Nick Roberts MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16929.33581.229739.602592@farnswood.snap.net.nz> Date: Sun, 27 Feb 2005 16:56:00 -0000 To: Eli Zaretskii Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH: gdb/mi + doco] -var-update In-Reply-To: <01c51c89$Blat.v2.4$a336c4e0@zahav.net.il> References: <16919.7660.144228.334687@farnswood.snap.net.nz> <01c5167f$Blat.v2.4$9a7a6f60@zahav.net.il> <16919.53411.753668.336933@farnswood.snap.net.nz> <01c51709$Blat.v2.4$4a3292a0@zahav.net.il> <16921.18627.457594.938060@farnswood.snap.net.nz> <01c517d0$Blat.v2.4$09a26040@zahav.net.il> <16922.43915.346792.973282@farnswood.snap.net.nz> <01c51898$Blat.v2.4$f6fd05c0@zahav.net.il> <16929.8147.933720.246602@farnswood.snap.net.nz> <01c51c89$Blat.v2.4$a336c4e0@zahav.net.il> X-SW-Source: 2005-02/txt/msg00280.txt.bz2 > > Returns a list of the children of the specified variable object. With > > just the variable object name as an argument or with an optional > > ! preceding argument of 0 or @code{--no-values}, prints only the names > > ! of the variables. With an optional value for @var{print-values} of 1 > > ! or @code{--with-values}, also prints their values. > > It's better to say > > If @var{print-values} is 1 or @code{--with-values}, also prints > their values. > > And similarly in the other hunk where @var{print-values} is > mentioned. Clearly this reads much better, but will the reader realise that print-values is optional? The use of square brackets is explained but this is right at the beginning of the section on GDB/MI. Nick