[PATCH] D67717: [DebugInfo] Exclude memory location values as parameter entry values
Vedant Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 19 11:39:33 PDT 2019
vsk added a comment.
Could you update 'lldb/packages/Python/lldbsuite/test/functionalities/param_entry_vals/basic_entry_values_x86_64/main.cpp' in this patch? This should do it:
// Test evaluation of "DW_OP_fbreg -24, DW_OP_deref" in the parent frame.
+ // Disabled for now, see: llvm.org/PR43343
+#if 0
func3(sink, s1.field2);
+#endif
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67717/new/
https://reviews.llvm.org/D67717
More information about the llvm-commits
mailing list