From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7104 invoked by alias); 14 Sep 2004 21:04:54 -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 7096 invoked from network); 14 Sep 2004 21:04:53 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 14 Sep 2004 21:04:53 -0000 Received: from drow by nevyn.them.org with local (Exim 4.34 #1 (Debian)) id 1C7KTt-0007qE-2n; Tue, 14 Sep 2004 17:04:53 -0400 Date: Tue, 14 Sep 2004 21:04:00 -0000 From: Daniel Jacobowitz To: David Lecomber Cc: patches Subject: Re: [PATCH/RFA] buildsym.c: extend parent block bounds if child block exceed limit Message-ID: <20040914210452.GA19646@nevyn.them.org> Mail-Followup-To: David Lecomber , patches References: <1091826690.3932.33.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1091826690.3932.33.camel@localhost> User-Agent: Mutt/1.5.5.1+cvs20040105i X-SW-Source: 2004-09/txt/msg00239.txt.bz2 On Fri, Aug 06, 2004 at 10:11:30PM +0100, David Lecomber wrote: > All, > > f90 compiled with nested subroutines using Intel's compiler is handled > badly by GDB. Line numbers are not found by backtrace. > > Although GDB is capable of reading out all the dwarf2 line information > inside this routine correctly, it can't look up an address to get a line > number when inside a block. The cause is that the containing function's > block does not contain the contained function's address. Could you post the output of readelf -wil on this binary? -- Daniel Jacobowitz