llvm/lldb/test/Shell/ScriptInterpreter/Lua/Inputs/watchpoint2.in

breakpoint set -p "Break here"
r
watchpoint set variable val
watchpoint modify 1 -c "(val == 1)"
watchpoint command add -s lua
print("conditional watchpoint")
wp:SetEnabled(false)
quit
c
# CHECK-COUNT-1: conditional watchpoint
# CHECK-NOT: conditional watchpoint