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

Paul Robinson via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri May 11 14:21:33 PDT 2018


probinson added a comment.

Go for it.  It sounds like an abstraction that hides the multiple-section nature of the beast will particularly help LLDB; on the LLVM side the dumper will want to remain a bit more cognizant of the underlying sections.  But we can surely leverage ideas from each other, which will ultimately help with converging on the Grand Unified Parser.


https://reviews.llvm.org/D32167





More information about the lldb-commits mailing list