From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7549 invoked by alias); 17 Jul 2006 00:30:12 -0000 Received: (qmail 7541 invoked by uid 22791); 17 Jul 2006 00:30:12 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Mon, 17 Jul 2006 00:30:11 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1G2Gzv-0007Rq-Dw; Sun, 16 Jul 2006 20:30:07 -0400 Date: Mon, 17 Jul 2006 00:30:00 -0000 From: Daniel Jacobowitz To: Nick Roberts Cc: Mark Kettenis , gdb-patches@sourceware.org Subject: Re: Testsuite failures Message-ID: <20060717003007.GA28575@nevyn.them.org> Mail-Followup-To: Nick Roberts , Mark Kettenis , gdb-patches@sourceware.org References: <200607161142.k6GBgPGf020488@elgar.sibelius.xs4all.nl> <17594.13041.576361.598547@kahikatea.snap.net.nz> <20060717001148.GC27967@nevyn.them.org> <17594.55552.720725.217669@kahikatea.snap.net.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <17594.55552.720725.217669@kahikatea.snap.net.nz> User-Agent: Mutt/1.5.11+cvs20060403 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-07/txt/msg00188.txt.bz2 On Mon, Jul 17, 2006 at 12:25:36PM +1200, Nick Roberts wrote: > > > It looks good to me. Also annota3.exp in gdb.cp (patch attached). It > > > might be easier to use the $hex variable but I couldn't get it to work. > > > > You probably need a "global hex" somewhere? > > Yes, but where? It didn't seem to work at top level in annota3.exp. The > other files that use $hex have "global hex" but their use is always within a > procedure. I can't see where hex is defined (I had thought it would be in > src/gdb/testsuite/lib/gdb.exp). If you're not in a procedure you're normally at global scope. Must have been some other problem, maybe quoting. The file already uses $hex elsewhere. -- Daniel Jacobowitz CodeSourcery