summaryrefslogtreecommitdiff
path: root/lldb/test/Shell/ScriptInterpreter/Lua/Inputs/watchpoint3.in
blob: f780e0af9c7396d3d7014ce93fb3e1eee1339f2e (plain)
1
2
3
4
5
6
7
8
breakpoint set -p "Break here"
r
watchpoint set expr 0x00
watchpoint command add -s lua
print("never triggers")
quit
c
# CHECK-NOT: never triggers