This is the mail archive of the gdb@sourceware.org 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: Source info in discontiguous hand asm files


On Wed, May 03, 2006 at 06:22:57PM -0700, Ross Morley wrote:
> Hello,
> 
> gdb 6.1, as 2.15.92.0.2, gcc 3.4.2 per FC3 distro.

All of these are fairly old versions.  Have you looked at the generated
debug information?  Is it correct, or not?

> The DWARF .debug_aranges section seems to have enough information
> to deal with this, but GDB doesn't use it.

I'm not sure how .debug_aranges comes into this.  That's used to
describe the range of the compilation unit DIEs and shouldn't affect
.debug_line.

-- 
Daniel Jacobowitz
CodeSourcery


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