From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31915 invoked by alias); 14 Nov 2003 05:14:52 -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 31907 invoked from network); 14 Nov 2003 05:14:51 -0000 Received: from unknown (HELO granger.mail.mindspring.net) (207.69.200.148) by sources.redhat.com with SMTP; 14 Nov 2003 05:14:51 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by granger.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1AKWIE-0008EO-00; Fri, 14 Nov 2003 00:14:50 -0500 Received: by berman.michael-chastain.com (Postfix, from userid 502) id 8BDDB4B3FA; Fri, 14 Nov 2003 00:15:03 -0500 (EST) To: ezannoni@redhat.com Subject: Re: [RFA] new test for separate debug info Cc: gdb-patches@sources.redhat.com Message-Id: <20031114051503.8BDDB4B3FA@berman.michael-chastain.com> Date: Fri, 14 Nov 2003 05:14:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2003-11/txt/msg00288.txt.bz2 Woah, I am confused. Your source code says "unsupported", but your gdb.sum file says "unresolved", and your gdb.log file says "ERROR". Is your sandbox a little messed up, or is it me?! Michael C === 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 }