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 2/6] DWARF Two Level Line Tables: dwarf2_line_debug


> Date: Tue, 12 May 2015 13:39:27 -0700
> From: Doug Evans <dje@google.com>
> Cc: gdb-patches <gdb-patches@sourceware.org>, Cary Coutant <ccoutant@google.com>
> 
> >>  A value of zero turns off the display.
> >>  @item show debug dwarf2-die
> >>  Show the current state of DWARF2 DIE debugging.
> >> +@item set debug dwarf2-line
> >> +@cindex DWARF2 Line Tables
> >> +Turns on or off display of debugging messages related to reading
> >> +DWARF line tables.  The default is 0 (off).
> >> +A value of 1 provides basic information.
> >> +A value greater than 1 provides more verbose information.
> >> +@item show debug dwarf2-line
> >> +Show the current state of DWARF2 line table debugging.
> >
> > This is also OK, but how about using "DWARF2" for consistency at least
> > in this fragment?
> 
> Actually, I'd rather use "DWARF".

I don't mind, as long as it's consistent.

> Agreed. Where the version doesn't matter I propose using "DWARF".
> (as in the above)

The above used both DWARF and DWARF2.


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