From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20276 invoked by alias); 4 Dec 2002 21:52:07 -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 20249 invoked from network); 4 Dec 2002 21:52:06 -0000 Received: from unknown (HELO jackfruit.Stanford.EDU) (171.64.38.136) by sources.redhat.com with SMTP; 4 Dec 2002 21:52:06 -0000 Received: (from carlton@localhost) by jackfruit.Stanford.EDU (8.11.6/8.11.6) id gB4Lq4T10571; Wed, 4 Dec 2002 13:52:04 -0800 X-Authentication-Warning: jackfruit.Stanford.EDU: carlton set sender to carlton@math.stanford.edu using -f To: Daniel Jacobowitz Cc: Fernando Nasser , gdb-patches@sources.redhat.com Subject: Re: [RFA/testsuite] Shorten the maint.exp symbols tests References: <20021022015852.GA22669@nevyn.them.org> <3DECCDD4.1090808@redhat.com> From: David Carlton Date: Wed, 04 Dec 2002 13:52:00 -0000 In-Reply-To: <3DECCDD4.1090808@redhat.com> Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-12/txt/msg00119.txt.bz2 The maint.exp changes in question cause testsuite failures on my system for 'maint print symbols' and 'maint print psymbols'. I've played around with it a bit; it seems to me that if I do (gdb) maint print symbols symbols_output ./gdb.base/break.c (which is what maint.exp does in my situation) then I get an empty file symbols_output, whereas if I just do (gdb) maint print symbols symbols_output gdb.base/break.c then I get the correct symbols_output file. Here, I'm running GDB from within the testsuite directory; I don't use a separate build directory when configuring GDB, which might or might not make a difference. David Carlton carlton@math.stanford.edu