repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
lldb
/
test
/
Shell
/
ScriptInterpreter
/
Lua
/
Inputs
/
watchpoint1.in
blob
b6734dde63a85c8aad3f62706d3464d3d99bd3d3
1
breakpoint set -p "Break here"
2
r
3
watchpoint set variable val
4
watchpoint command add -s lua
5
print("val=" .. tostring(frame:FindVariable("val"):GetValue()))
6
quit
7
c
8
# CHECK: val=1
9
# CHECK: val=2