This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA] Add dwarf4 values to include/dwarf2.h
- From: Tom Tromey <tromey at redhat dot com>
- To: dje at google dot com (Doug Evans)
- Cc: binutils at sourceware dot org, gcc-patches at gcc dot gnu dot org, gdb-patches at sourceware dot org, ccoutant at google dot com
- Date: Thu, 16 Jul 2009 15:15:58 -0600
- Subject: Re: [RFA] Add dwarf4 values to include/dwarf2.h
- References: <20090716205428.8CCBB846E6__41074.7728696608$1247777706$gmane$org@localhost>
- Reply-to: tromey at redhat dot com
>>>>> "Doug" == Doug Evans <dje@google.com> writes:
Doug> + DW_AT_GNU_odr_signature = 0x210f,
I would like to ask that all new GNU extensions be documented in
dwarf2.h. The existing extensions are already the subject of some
bafflement; I would like to end this practice.
I think my ideal form for this would be a long comment in the style of
the rest of the DWARF standard -- something that someone already
familiar with DWARF could readily read and understand.
Tom