[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
Mon May 7 09:01:30 PDT 2018


clayborg added a comment.

In https://reviews.llvm.org/D32167#1087627, @labath wrote:

> Maybe we could start by splitting of the ObjectFile recognition code for the debug_types section into a separate patch. That should be sufficiently non-controversial and it would reduce the number of files touched by this patch a bit.


I broke out the object file parsing code:

https://reviews.llvm.org/D46529


https://reviews.llvm.org/D32167





More information about the lldb-commits mailing list