[Lldb-commits] [PATCH] D32167: Add support for type units (.debug_types) to LLDB in a way that is compatible with DWARF 5

Jan Kratochvil via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sun Sep 2 13:30:43 PDT 2018


jankratochvil added a comment.

In https://reviews.llvm.org/D32167#1215821, @clayborg wrote:

> 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.


I have tried to implement it with acceptable performance as https://reviews.llvm.org/D51578.


https://reviews.llvm.org/D32167





More information about the lldb-commits mailing list