[Lldb-commits] [PATCH] D67376: [DWARF] Evaluate DW_OP_entry_value
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 11 05:56:48 PDT 2019
labath added inline comments.
================
Comment at: lldb/source/Expression/DWARFExpression.cpp:497
+
+ finish_subexpressions_to(end_offset);
}
----------------
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.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67376/new/
https://reviews.llvm.org/D67376
More information about the lldb-commits
mailing list