From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16715 invoked by alias); 27 Feb 2005 05:03:57 -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 16689 invoked from network); 27 Feb 2005 05:03:49 -0000 Received: from unknown (HELO legolas.inter.net.il) (192.114.186.24) by sourceware.org with SMTP; 27 Feb 2005 05:03:49 -0000 Received: from zaretski (tony03-45-196.inter.net.il [80.230.45.196]) by legolas.inter.net.il (MOS 3.5.6-GR) with ESMTP id DVJ88940 (AUTH halo1); Sun, 27 Feb 2005 07:03:41 +0200 (IST) Date: Sun, 27 Feb 2005 16:53:00 -0000 From: "Eli Zaretskii" To: Nick Roberts Message-ID: <01c51c89$Blat.v2.4$a336c4e0@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 CC: cagney@gnu.org, gdb-patches@sources.redhat.com In-reply-to: <16929.8147.933720.246602@farnswood.snap.net.nz> (message from Nick Roberts on Sun, 27 Feb 2005 14:18:11 +1300) Subject: Re: [PATCH: gdb/mi + doco] -var-update Reply-to: Eli Zaretskii 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> X-SW-Source: 2005-02/txt/msg00279.txt.bz2 > From: Nick Roberts > Date: Sun, 27 Feb 2005 14:18:11 +1300 > Cc: gdb-patches@sources.redhat.com > > --- 18797,18805 ---- > > 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. Otherwise, okay for the documentation part.