This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA, doc RFA] Add verbose level to "set debug dwarf2-read".
- From: Tom Tromey <tromey at redhat dot com>
- To: Doug Evans <dje at google dot com>
- Cc: gdb-patches <gdb-patches at sourceware dot org>
- Date: Tue, 01 Oct 2013 09:04:06 -0600
- Subject: Re: [RFA, doc RFA] Add verbose level to "set debug dwarf2-read".
- Authentication-results: sourceware.org; auth=none
- References: <yjt2eh8fb42f dot fsf at ruffy dot mtv dot corp dot google dot com> <CADPb22Rf=KTBtq9kzA2DCo8xq14r_dH9SoKFtrDTqkDXE2+8zA at mail dot gmail dot com>
>>>>> "Doug" == Doug Evans <dje@google.com> writes:
>> 2013-09-23 Doug Evans <dje@google.com>
>> * dwarf2read.c (dwarf2_read_debug): Change to unsigned int.
>> (create_debug_types_hash_table): Only print debugging messages for
>> each TU if dwarf2-read >= 2.
>> (process_queue): Ditto.
>> (_initialize_dwarf2_read): Make "set debug dwarf2-read" a zuinteger.
>> Update doc string.
Doug> Hi. Ping.
Doug> [still would like an ok for the code part]
Seems fine to me.
Tom