[Lldb-commits] [PATCH] D45170: Cleanup DWARFCompileUnit and DWARFUnit in preparation for adding DWARFTypeUnit

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 4 20:12:34 PDT 2018


clayborg added a comment.

In https://reviews.llvm.org/D45170#1057067, @aprantl wrote:

> I have only one general question and otherwise I'm fine with this: Does this bring LLDB's DWARF parser closer to the structure of LLVM's? We still want to long-term replace LLDB's DWARF parser with LLVM's so every refactoring should aim at making their interfaces more similar.


It does indeed. Very close.


https://reviews.llvm.org/D45170





More information about the lldb-commits mailing list