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] DWP V2 support


>>>>> "Doug" == Doug Evans <dje@google.com> writes:

Doug> I plan to leave this for a few days for comments, and then commit.

Doug> +/* Possible section ids for version 2 DWP files.
Doug> +   These values are specified by the DWP spec.  */
Doug> +
Doug> +enum dwp_v2_section_ids
Doug> +{
Doug> +  DWP_V2_DW_SECT_MIN = 1,

I suspect this is better placed in include/dwarf2.h.
Presumably some other tool needs this same enum.

Tom


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