This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [doc RFA] "set debug dwarf2-read" and "set debug symtab-create"
- From: Tom Tromey <tromey at redhat dot com>
- To: dje at google dot com (Doug Evans)
- Cc: gdb-patches at sourceware dot org, eliz at gnu dot org
- Date: Fri, 22 Jun 2012 08:06:33 -0600
- Subject: Re: [doc RFA] "set debug dwarf2-read" and "set debug symtab-create"
- References: <20120619222645.36C911E26C4@ruffy2.mtv.corp.google.com>
>>>>> "Doug" == Doug Evans <dje@google.com> writes:
Doug> I'm committing this after a doc RFA.
Doug> [But feel free to suggest changes or enhancements.]
Seems nice; I've wanted something like this before. I have one
suggestion:
Doug> @@ -5286,6 +5300,13 @@ process_queue (void)
Doug> + fprintf_unfiltered (gdb_stdlog,
Doug> + "Expanding one or more symtabs of objfile %s ...\n",
Doug> + dwarf2_per_objfile->objfile->name);
This seems a little vague; it would be nice to, say, print the CU offset
here.
Tom