[Lldb-commits] [PATCH] D71003: [lldb/DWARF] Switch to llvm location list parser
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Dec 4 16:13:38 PST 2019
aprantl added a comment.
Nice!
================
Comment at: lldb/source/Expression/DWARFExpression.cpp:57
+
+static std::unique_ptr<llvm::DWARFLocationTable>
+GetLocationTable(DWARFExpression::LocationListFormat format, const DataExtractor &data) {
----------------
Doxygen comment?
================
Comment at: lldb/source/Expression/DWARFExpression.cpp:132
+namespace {
+class DummyDWARFObject final: public llvm::DWARFObject {
+public:
----------------
Doxygen comment: what is this used for?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71003/new/
https://reviews.llvm.org/D71003
More information about the lldb-commits
mailing list