From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30400 invoked by alias); 20 Jan 2004 05:49:33 -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 30391 invoked from network); 20 Jan 2004 05:49:32 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sources.redhat.com with SMTP; 20 Jan 2004 05:49:32 -0000 Received: from drow by nevyn.them.org with local (Exim 4.30 #1 (Debian)) id 1AiolY-0006Zd-IF; Tue, 20 Jan 2004 00:49:32 -0500 Date: Tue, 20 Jan 2004 05:49:00 -0000 From: Daniel Jacobowitz To: Nick Roberts Cc: gdb-patches@sources.redhat.com Subject: Re: {commit: gdb/mi] -stack-list-locals and -var-list-children Message-ID: <20040120054932.GB23548@nevyn.them.org> Mail-Followup-To: Nick Roberts , gdb-patches@sources.redhat.com References: <16396.33276.280356.511030@nick.uklinux.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <16396.33276.280356.511030@nick.uklinux.net> User-Agent: Mutt/1.5.1i X-SW-Source: 2004-01/txt/msg00548.txt.bz2 On Tue, Jan 20, 2004 at 01:18:52AM +0000, Nick Roberts wrote: > > I've comitted the patches below. Testcases don't work for me but I've kept the > status quo so they should work for others. Diff's have been made with Emacs > backup files - sorry, should have made the patches before committing, done > off-line - 64k modem, family to feed etc. I hope they work... Well they > compile anyway. No, you've added a failing testcase: -var-list-children --all-values struct_declarations.long_array ^done,numchild="10",children=[child={name="struct_declarations.long_array.0",exp="0",numchild="0",value= "1234",type="long int"},child={name="struct_declarations.long_array.1",exp="1",numchild="0",value="2345" ,type="long int"},child={name="struct_declarations.long_array.2",exp="2",numchild="0",value="3456",type= "long int"},child={name="struct_declarations.long_array.3",exp="3",numchild="0",value="28281",type="long int"},child={name="struct_declarations.long_array.4",exp="4",numchild="0",value="0",type="long int"},ch ild={name="struct_declarations.long_array.5",exp="5",numchild="0",value="0",type="long int"},child={name ="struct_declarations.long_array.6",exp="6",numchild="0",value="0",type="long int"},child={name="struct_ declarations.long_array.7",exp="7",numchild="0",value="0",type="long int"},child={name="struct_declarati ons.long_array.8",exp="8",numchild="0",value="0",type="long int"},child={name="struct_declarations.long_ array.9",exp="9",numchild="0",value="0",type="long int"}] (gdb) FAIL: gdb.mi/mi-var-child.exp: listing of names and values of children I'll look at the problem in the morning. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer