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: [PATCH] [PR symtab/17890] punt if dwarf line header version > 4


> I opted to be conservative and not break something if a user
> just happened to be using a broken toolchain that emits
> version 0 or 1 but is still usable by gdb.
> I'm more than happy to be more strict though!

FWIW, I think it's a valid concern. We can always revisit later
if we happen to see something that requires us to be stricter.

> 2015-01-28  Doug Evans  <dje@google.com>
> 
> 	PR symtab/17890
> 	* dwarf2read.c (dwarf_decode_line_header): Punt if version > 4.

LGTM.

-- 
Joel


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