Currently, LLVM's DWARF parser keeps Compile Units and Type Units
on separate lists, basically organizing them by ELF section. This
works okay for DWARF v4, because Type Units are in .debug_types
(possibly in individual COMDATs) and everything else is in the
.debug_info section (without COMDATs).
On Fri, 13 Apr 2018 21:06:03 +0200, paul.robin...@sony.com wrote:
> Also I understand Jan Kratochvil is working on making Partial Units
> a thing in the LLDB DWARF parser, as part of his DWZ work,
Yes, with some integration discussions in the threads:
[Lldb-commits] [PATCH] D45170: Cleanup