[llvm-branch-commits] [llvm] [Dexter] Update lldb-based dexter-tests to use script-mode (PR #204367)
Orlando Cazalet-Hyams via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Jun 23 09:28:22 PDT 2026
================
@@ -45,12 +45,22 @@ int fun(int param) {
//// [0x0000000000400495, 0x00000000004004a2): DW_OP_reg3 RBX)
//// DW_AT_name ("param")
- return g; // DexLabel('s3')
+ return g; // !dex_label s3
}
int main() {
return fun(5);
}
-// DexExpectWatchValue('*p', 5, 5, 5, 5, 5, on_line=ref('s1'))
-// DexExpectWatchValue('param', 5, from_line=ref('s2'), to_line=ref('s3'))
+// CHECK-DAG: seen_values: 2
+// CHECK-DAG: correct_step_coverage: 100.0%
+
+/*
+---
+!where {lines: !label s1}:
+ !value p:
+ "*": 5
----------------
OCHyams wrote:
Have we lost the ability to specify a sequence of expected values? And/or, can we no longer determine the value on a per-step basis at the same src loc?
https://github.com/llvm/llvm-project/pull/204367
More information about the llvm-branch-commits
mailing list