From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6568 invoked by alias); 11 Sep 2003 20:00:48 -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 6552 invoked from network); 11 Sep 2003 20:00:47 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sources.redhat.com with SMTP; 11 Sep 2003 20:00:47 -0000 Received: from drow by nevyn.them.org with local (Exim 4.22 #1 (Debian)) id 19xXcU-0001OH-Mq for ; Thu, 11 Sep 2003 16:00:46 -0400 Date: Thu, 11 Sep 2003 20:00:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sources.redhat.com Subject: Re: [RFA] selftest.exp: more reordering Message-ID: <20030911200046.GA2227@nevyn.them.org> Mail-Followup-To: gdb-patches@sources.redhat.com References: <16224.54796.784252.791992@localhost.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <16224.54796.784252.791992@localhost.redhat.com> User-Agent: Mutt/1.5.1i X-SW-Source: 2003-09/txt/msg00244.txt.bz2 On Thu, Sep 11, 2003 at 04:07:40PM -0400, Elena Zannoni wrote: > > I am seeing some other different behavior due to optimizations (this > on a recent RHL-rawhide). Makes sense? Does to me, I think I've seen this one recently. > 2003-09-11 Elena Zannoni > > * gdb.base/selftest.exp: Accomodate more instruction reordering > weirdness. > > > > Index: selftest.exp > =================================================================== > RCS file: /cvs/uberbaum/gdb/testsuite/gdb.base/selftest.exp,v > retrieving revision 1.11 > diff -u -p -r1.11 selftest.exp > --- selftest.exp 30 Aug 2003 04:58:21 -0000 1.11 > +++ selftest.exp 11 Sep 2003 19:58:30 -0000 > @@ -342,6 +342,11 @@ proc test_with_self { executable } { > send_gdb "step\n" > exp_continue > } > + -re ".*cmdarg = .* xmalloc.*$gdb_prompt $" { > + set stepped_back 1 > + send_gdb "step\n" > + exp_continue > + } > -re "dirsize = 1;.*$gdb_prompt $" { > set stepped_back 1 > send_gdb "step\n" > -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer