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]

[PATCH 0/2] more progress on objfile splitting


This series makes a bit more headway on the objfile splitting project.

    http://sourceware.org/gdb/wiki/ObjfileSplitting

This introduces a generic way to solve the problem of data being
unshareable due to relocations, and it makes the demangled name hash
shareable.

This series conflicts with my patch to move gdbarch into the per-BFD,
but only in a trivial way.

Unfortunately for me, I'm running out of easy tasks to do for this
project.  Next up may be changing type allocation to prepare the way
for later changes.  Probably the next thing after that is switching
over minsyms, definitely non-trivial, but easier than partial or full
symbols due to the lack of backlinks.

Tom


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