From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24232 invoked by alias); 22 Feb 2005 04:43:10 -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 24224 invoked from network); 22 Feb 2005 04:43:05 -0000 Received: from unknown (HELO legolas.inter.net.il) (192.114.186.24) by sourceware.org with SMTP; 22 Feb 2005 04:43:05 -0000 Received: from zaretski (tony01-5-201.inter.net.il [80.230.5.201]) by legolas.inter.net.il (MOS 3.5.6-GR) with ESMTP id DUQ14204 (AUTH halo1); Tue, 22 Feb 2005 06:43:00 +0200 (IST) Date: Tue, 22 Feb 2005 09:34:00 -0000 From: "Eli Zaretskii" To: Nick Roberts Message-ID: <01c51898$Blat.v2.4$f6fd05c0@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 CC: gdb-patches@sources.redhat.com In-reply-to: <16922.43915.346792.973282@farnswood.snap.net.nz> (message from Nick Roberts on Tue, 22 Feb 2005 16:48:27 +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> X-SW-Source: 2005-02/txt/msg00235.txt.bz2 > From: Nick Roberts > Date: Tue, 22 Feb 2005 16:48:27 +1300 > Cc: gdb-patches@sources.redhat.com > > info> -var-list-children [PRINT-VALUES] NAME > > info> Returns a list of the children of the specified variable object. > info> With just the variable object name as an argument or with an optional > info> preceding argument of 0 or `--no-values', prints only the names of the > info> variables. With an optional preceding argument of 1 or `--all-values', > info> also prints their values. ^^^^^^^^^^^^ > > If -var-update uses "--with-values" or "--print-values", then so should > -var-list-children. Okay.