bolt/deps/llvm-18.1.8/lldb/test/Shell/ScriptInterpreter/Lua/Inputs/watchpoint3.in

9 lines
147 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
breakpoint set -p "Break here"
r
watchpoint set expr 0x00
watchpoint command add -s lua
print("never triggers")
quit
c
# CHECK-NOT: never triggers