xref: /llvm-project/lldb/test/Shell/ScriptInterpreter/Lua/Inputs/watchpoint3.in (revision a5a71b139c6b3cb2cc569c81f91210dede2f1f4c)
1breakpoint set -p "Break here"
2r
3watchpoint set expr 0x00
4watchpoint command add -s lua
5print("never triggers")
6quit
7c
8# CHECK-NOT: never triggers
9