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


>>>>> "Daniel" == Daniel Jacobowitz <dan@codesourcery.com> writes:

Tom> On my branch, the only non-psymtab implementation of the quick API is in
Tom> dwarf2read.c, and that code bails out and reverts to using psymtabs if
Tom> it find that any other reader has created psymtabs for the objfile.

Daniel> Good enough for me (assuming you've thought about the ordering issues
Daniel> and it bails out late enough?).

Yeah, I think I did this correctly.

Daniel> I don't see any reason not to go with your patches, although at
Daniel> this point post-7.1 may be appropriate.

I need to fix up the internals docs, and I am also waiting for Keith's
"physname" changes to go in first, because there is some overlap, and I
think it is simpler to rebase my patches than his.

Tom


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