This is the mail archive of the gdb-patches@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: DWARF-related warnings in DJGPP build of GDB


> Date: Fri, 17 Apr 2009 12:10:35 +0200 (CEST)
> From: Mark Kettenis <mark.kettenis@xs4all.nl>
> CC: gdb-patches@sourceware.org
> 
> >   During symbol reading, DW_AT_type missing from DW_TAG_subrange_type.
> > 
> > This is when debugging a recent snapshot of GDB with itself.
> 
> Which probably means that it used the .gdbinit that is automatically
> generated in the build directory, which has
> 
> set complaints 1
> 
> in it.  This makes GDB very picky about the DWARF it is reading.  

Right.  Thanks for pointing this out.  That is probably the reason
that the DJGPP build complains as well (which was what started this
thread): it was also while debugging GDB with itself.


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