From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4612 invoked by alias); 7 Jul 2003 14:13: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 4605 invoked from network); 7 Jul 2003 14:13:10 -0000 Received: from unknown (HELO crack.them.org) (146.82.138.56) by sources.redhat.com with SMTP; 7 Jul 2003 14:13:10 -0000 Received: from dsl093-172-017.pit1.dsl.speakeasy.net ([66.93.172.17] helo=nevyn.them.org ident=mail) by crack.them.org with asmtp (Exim 3.12 #1 (Debian)) id 19ZWkb-00063B-00; Mon, 07 Jul 2003 09:13:53 -0500 Received: from drow by nevyn.them.org with local (Exim 3.36 #1 (Debian)) id 19ZWjI-0007cj-00; Mon, 07 Jul 2003 10:12:32 -0400 Date: Mon, 07 Jul 2003 14:13:00 -0000 From: Daniel Jacobowitz To: Kei Sakamoto Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/testcase] fix gdb.objc/basicclass.exp Message-ID: <20030707141226.GB27227@nevyn.them.org> Mail-Followup-To: Kei Sakamoto , gdb-patches@sources.redhat.com References: <013e01c341d9$b364eb30$5169910a@KEI> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <013e01c341d9$b364eb30$5169910a@KEI> User-Agent: Mutt/1.5.1i X-SW-Source: 2003-07/txt/msg00117.txt.bz2 On Fri, Jul 04, 2003 at 12:09:36PM +0900, Kei Sakamoto wrote: > The attached patch fixes gdb.objc.basicclass.exp. > > The current test always fail with sim because of libobjc's error. > > (gdb) PASS: gdb.objc/basicclass.exp: continue until method breakpoint > run > The program being debugged has been started already. > Start it from the beginning? (y or n) y > Starting program: > /project/m32r-tools/insight-20030703/build/gdb/testsuite/gdb.objc/basicclass > Virtual memory exhausted > > *** EXIT code 4242 > > Program exited with code 0157255. > [Switching to process 0] > (gdb) FAIL: gdb.objc/basicclass.exp: resetting breakpoints when rerunning > > I assume this is not libobjc's bug. Please tell me if my > assumption is wrong. > > Anyway, I inserted load command before run command. I checked > this patch with m32r-elf, arm-elf, and sh-elf. You missed the patch - would you mind posting it? > > Kei > > === > > 2003-07-04 Kei Sakamoto > > * gdb.objc/basicclass.exp: Execute load command before re-running > program in case of sim. > > -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer