From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1440 invoked by alias); 13 Nov 2003 23:15:19 -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 1427 invoked from network); 13 Nov 2003 23:15:18 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 13 Nov 2003 23:15:18 -0000 Received: by localhost.redhat.com (Postfix, from userid 469) id A3EA51A42DB; Thu, 13 Nov 2003 18:15:17 -0500 (EST) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16308.4229.580092.722132@localhost.redhat.com> Date: Thu, 13 Nov 2003 23:15:00 -0000 To: mec.gnu@mindspring.com (Michael Elizabeth Chastain) Cc: ezannoni@redhat.com, gdb-patches@sources.redhat.com Subject: Re: [RFA] new test for separate debug info In-Reply-To: <20031113175555.9EE3F4B3FA@berman.michael-chastain.com> References: <20031113175555.9EE3F4B3FA@berman.michael-chastain.com> X-SW-Source: 2003-11/txt/msg00278.txt.bz2 3rd reply to the same mail...:-) ok, How about this behavior? Running /to/scratch/ezannoni/pristine/src/gdb/testsuite/gdb.base/sepdebug.exp ... ERROR: couldn't load /to/scratch/ezannoni/pristine/tomago/gdb/testsuite/gdb.base/sepdebug.dbglnk into /to/scratch/ezannoni/pristine/tomago/gdb/testsuite/../../gdb/gdb. === gdb Summary === # of unresolved testcases 1 /to/scratch/ezannoni/pristine/tomago/gdb/testsuite/../../gdb/gdb version 2003-11-07-cvs -nx I added a wrapper around the gdb_load call: if [gdb_load ${binfile}] { unsupported "Gdb cannot process a separate debug info file" return -1 }