[Lldb-commits] [lldb] [llvm] [lldb] Return an llvm::Expected from DWARFExpression::Evaluate (NFCI) (PR #94420)
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Wed Jun 5 10:23:09 PDT 2024
================
@@ -52,9 +52,10 @@ __attribute__((noinline)) void func4_amb(int &sink, int x) {
//% expect_cmd_failure=True)
//% self.filecheck("expr sink", "main.cpp","-check-prefix=FUNC4-EXPR",
//% expect_cmd_failure=True)
- // FUNC4-EXPR-FAIL: couldn't get the value of variable x: Could not evaluate
- // DW_OP_entry_value. FUNC4-EXPR: couldn't get the value of variable sink:
- // Could not evaluate DW_OP_entry_value.
+ // FUNC4-EXPR-FAIL: couldn't get the value of variable x: could not evaluate
+ // DW_OP_entry_value: no matching call site param found FUNC4-EXPR: couldn't
+ // get the value of variable sink: could not evaluate DW_OP_entry_value: no
----------------
adrian-prantl wrote:
There's a missing newline that disables part of the check.
https://github.com/llvm/llvm-project/pull/94420
More information about the lldb-commits
mailing list