This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH/RFA] buildsym.c: extend parent block bounds if child block exceed limit


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]