Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / Shell / ScriptInterpreter / Lua / Inputs / watchpoint1.in
blobb6734dde63a85c8aad3f62706d3464d3d99bd3d3
1 breakpoint set -p "Break here"
3 watchpoint set variable val
4 watchpoint command add -s lua
5 print("val=" .. tostring(frame:FindVariable("val"):GetValue()))
6 quit
8 # CHECK: val=1
9 # CHECK: val=2