From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20587 invoked by alias); 21 Nov 2003 17:41:29 -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 20576 invoked from network); 21 Nov 2003 17:41:28 -0000 Received: from unknown (HELO legolas.inter.net.il) (192.114.186.24) by sources.redhat.com with SMTP; 21 Nov 2003 17:41:28 -0000 Received: from zaretski (pns03-194-17.inter.net.il [80.230.194.17]) by legolas.inter.net.il (Mirapoint Messaging Server MOS 3.3.7-GR) with ESMTP id AUM17600; Fri, 21 Nov 2003 19:40:00 +0200 (IST) Date: Fri, 21 Nov 2003 17:41:00 -0000 From: "Eli Zaretskii" To: Nick Roberts Message-Id: <5769-Fri21Nov2003193941+0200-eliz@elta.co.il> CC: ac131313@redhat.com, jingham@apple.com, gdb-patches@sources.redhat.com In-reply-to: <16291.61005.91144.786073@nick.uklinux.net> (message from Nick Roberts on Sat, 1 Nov 2003 17:33:01 +0000) Subject: Re: PATCH (gdb/mi) Reply-to: Eli Zaretskii References: <1067099552.15608.ezmlm@sources.redhat.com> <3E1F6428-08B0-11D8-A22C-000A958F4C44@apple.com> <3FA17C13.3040300@redhat.com> <16291.61005.91144.786073@nick.uklinux.net> X-SW-Source: 2003-11/txt/msg00438.txt.bz2 > From: Nick Roberts > Date: Sat, 1 Nov 2003 17:33:01 +0000 > > > - doco > > below Approved, but please correct this small blunder: > @smallexample > ! -var-list-children @var{name} [PRINT-VALUES] > @end smallexample Since PRINT-VALUES stands for something else, you should use @var, like this: @smallexample ! -var-list-children @var{name} [@var{print-values}] @end smallexample > ! Returns a list of the children of the specified variable object. With > ! just the variable object name as an argument or with an optional > ! second argument of 0, prints only the names of the variables. With an > ! optional second argument of 1, also prints their values. If print-values can be only 0 or 1, perhaps it's better to say -var-list-children @var{name} [0|1]