From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7826 invoked by alias); 13 Nov 2003 19:23:58 -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 7810 invoked from network); 13 Nov 2003 19:23:57 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 13 Nov 2003 19:23:57 -0000 Received: by localhost.redhat.com (Postfix, from userid 469) id E35651A42DB; Thu, 13 Nov 2003 14:23:56 -0500 (EST) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16307.55884.842479.274705@localhost.redhat.com> Date: Thu, 13 Nov 2003 19:23: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/msg00273.txt.bz2 Michael Elizabeth Chastain writes: > My test bed says: > > binutils HEAD, stabs+ > 3 ERROR, 7 PASS, 44 FAIL, 1 UNRESOLVED > # not okay woah. I didn't test this. And I guess nobody did until now. RH ships only dwarf2 toolchains. > > The results are the same for all versions of gcc tested. > > Here is an excerpt from gdb.log: > > # gdb HEAD, gcc 3.3.2, binutils HEAD, -gstabs+ > (gdb) dir /berman/fsf/_today_/source/gdb/HEAD/src/gdb/testsuite/gdb.base > Source directories searched: /berman/fsf/_today_/source/gdb/HEAD/src/gdb/testsuite/gdb.base:$cdir:$cwd > (gdb) file /berman/fsf/_today_/berman/test/gdb.base/sepdebug > Reading symbols from /berman/fsf/_today_/berman/test/gdb.base/sepdebug...Reading symbols from /berman/fsf/_today_/berman/test/gdb.base/.debug/sepdebug.debug...Can't find any code sections in symbol file > (gdb) ERROR: couldn't load /berman/fsf/_today_/berman/test/gdb.base/sepdebug into gdb. > delete breakpoints > (gdb) UNRESOLVED: gdb.base/sepdebug.exp: Delete all breakpoints when none > From gdb-patches-return-28583-mec.gnu=mindspring.com@sources.redhat.com Wed Nov 12 17:26:42 2003 > > It looks like either binutils or gdb needs some work. > the warning is coming from gdb, dbxread.c. I'll look into this. > If you could kludge the test to handle "Can't find any code sections > in symbol file" then I would be happy with the test script as a test > script. > OK. elena