This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA/dwarf] Anonymous nested function causes SEGV during psymbol read
- From: Tom Tromey <tromey at redhat dot com>
- To: Joel Brobecker <brobecker at adacore dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Wed, 17 Mar 2010 11:32:15 -0600
- Subject: Re: [RFA/dwarf] Anonymous nested function causes SEGV during psymbol read
- References: <1266519724-4175-1-git-send-email-brobecker@adacore.com> <m3aav5c4cc.fsf@fleche.redhat.com> <20100316211903.GE3830@adacore.com> <20100317162248.GG3830@adacore.com>
- Reply-to: Tom Tromey <tromey at redhat dot com>
>>>>> "Joel" == Joel Brobecker <brobecker@adacore.com> writes:
Joel> Yet another version: Instead of generating the complaint while creating
Joel> the psymbols, I decided to generate them during the symtab creation
Joel> phase. A couple of reasons:
[...]
Joel> That's why I like this version better...
FWIW, seems reasonable to me.
Tom