[Lldb-commits] [PATCH] D35734: Don't allow LLDB to try and parse .debug_types
Paul Robinson via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 24 11:45:01 PDT 2017
probinson added a comment.
In https://reviews.llvm.org/D35734#818778, @tberghammer wrote:
> This section have been already removed from Dwarf5 so I agree that we shouldn't spend too much time adding support for it.
Compilers wanting to use type units and DWARF 4 should be emitting them in the .debug_types section. DWARF 5 kept the concept but moved them back into the .debug_info section. Supporting type units in general seems like a good idea, and the only question is where they live and what the exact details of the header look like.
Repository:
rL LLVM
https://reviews.llvm.org/D35734
More information about the lldb-commits
mailing list