[Lldb-commits] [PATCH] D67376: [DWARF] Evaluate DW_OP_entry_value
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 11 09:01:05 PDT 2019
aprantl added inline comments.
================
Comment at: lldb/source/Expression/DWARFExpression.cpp:497
+
+ finish_subexpressions_to(end_offset);
}
----------------
labath wrote:
> aprantl wrote:
> > We should probably just let llvm's libDebugInfo do the printing here, but this works fine for now.
> FYI: I have a patch which does just that. I just need to make libDebugInfo not crash so easily.
Oh thanks for mentioning that! I'll stop working on mine then :-)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67376/new/
https://reviews.llvm.org/D67376
More information about the lldb-commits
mailing list