From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10429 invoked by alias); 29 Dec 2003 21:54:18 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 10230 invoked from network); 29 Dec 2003 21:54:17 -0000 Received: from unknown (HELO bilbo.inter.net.il) (192.114.186.18) by sources.redhat.com with SMTP; 29 Dec 2003 21:54:17 -0000 Received: from zaretski (pns03-195-8.inter.net.il [80.230.195.8]) by bilbo.inter.net.il (Mirapoint Messaging Server MOS 3.3.8-GR) with ESMTP id CDJ71865; Mon, 29 Dec 2003 23:53:29 +0200 (IST) Date: Mon, 29 Dec 2003 21:54:00 -0000 From: "Eli Zaretskii" To: Daniel Jacobowitz Message-Id: <3506-Mon29Dec2003235107+0200-eliz@elta.co.il> CC: pkoning@equallogic.com, gdb@sources.redhat.com In-reply-to: <20031229160557.GA14166@nevyn.them.org> (message from Daniel Jacobowitz on Mon, 29 Dec 2003 11:05:57 -0500) Subject: Re: inner block not inside outer block Reply-to: Eli Zaretskii References: <16368.16447.181349.29150@gargle.gargle.HOWL> <7491-Mon29Dec2003173616+0200-eliz@elta.co.il> <20031229160557.GA14166@nevyn.them.org> X-SW-Source: 2003-12/txt/msg00277.txt.bz2 > Date: Mon, 29 Dec 2003 11:05:57 -0500 > From: Daniel Jacobowitz > > > > What was the format of the debug info? Was it DWARF2, by any chance, > > and if so, did you try stabs? In my case, the object format is COFF > > and the debug info is DWARF2. > > No, it would probably have been stabs-in-mdebug. GCC 3.0.1 didn't > support DWARF2 for MIPS targets. For the record, I used GCC 3.3.2 for the build in question.