[analyzer][Z3] Restore the original timeout of 15s (#118291)
[llvm-project.git] / lldb / test / Shell / ScriptInterpreter / Lua / Inputs / watchpoint2.in
blob94af2d1340b00ef04b5c95968b0c76ba882f8643
1 breakpoint set -p "Break here"
3 watchpoint set variable val
4 watchpoint modify 1 -c "(val == 1)"
5 watchpoint command add -s lua
6 print("conditional watchpoint")
7 wp:SetEnabled(false)
8 quit
10 # CHECK-COUNT-1: conditional watchpoint
11 # CHECK-NOT: conditional watchpoint