[Lldb-commits] [PATCH] D32167: Add support for type units (.debug_types) to LLDB in a way that is compatible with DWARF 5
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Aug 28 07:13:03 PDT 2018
clayborg added a comment.
In https://reviews.llvm.org/D32167#1212783, @jankratochvil wrote:
> Just a ping, that `ConcatenatingDataExtractor` is still not coded, even as some draft patch? Just checking to prevent duplicating some existing work.
> FYI providing a rebase with few simple conflicts resolved <https://people.redhat.com/jkratoch/lldb-D32167.patch>. I had to drop conflicting `lldb.xcodeproj/project.pbxproj` changes there.
I have stalled on this due to performance. Anything I do will ruin the performance of 99% of the DWARF consumers for .debug_types which is rarely used by our clients. Right now we have one data extractor with only a virtual destructor.
https://reviews.llvm.org/D32167
More information about the lldb-commits
mailing list