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: [1/4] RFC: refactor partial symbol tables


On Tue, Jan 26, 2010 at 02:54:21PM -0700, Tom Tromey wrote:
> I did consider this, and I (safely) punted.
> 
> On my branch, the only non-psymtab implementation of the quick API is in
> dwarf2read.c, and that code bails out and reverts to using psymtabs if
> it find that any other reader has created psymtabs for the objfile.

Good enough for me (assuming you've thought about the ordering issues
and it bails out late enough?).  I don't see any reason not to go with
your patches, although at this point post-7.1 may be appropriate.

-- 
Daniel Jacobowitz
CodeSourcery


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