[Lldb-commits] [PATCH] D45170: Cleanup DWARFCompileUnit and DWARFUnit in preparation for adding DWARFTypeUnit

Davide Italiano via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 6 10:37:55 PDT 2018


On Fri, Apr 6, 2018 at 10:32 AM, Jan Kratochvil
<jan.kratochvil at redhat.com> wrote:
> Maybe LLDB should really reuse LLVM DWARFUnit first and I will implement DWZ
> already on top of LLVM's DWARFUnit? I have no idea myself now how complex task
> is the reuse of LLVM DWARFUnit. For the LLVM DWARFUnit reusal this Greg's
> commit would be sure fine; just completely unrelated to why+how I made this
> DWARFUnit split myself.
>

This, is, needless to say, a great plan (or at least, the plan I like the most).
The only issue with this is that nobody has found the time and energy
to complete this effort.
I don't think this is necessarily complex, just a lot of work.

--
Davide


More information about the lldb-commits mailing list