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
[flang] Fix length handling in character kind implicit conversion (#74586)
[llvm-project.git]
/
lldb
/
test
/
Shell
/
ScriptInterpreter
/
Lua
/
Inputs
/
watchpoint2.in
blob
94af2d1340b00ef04b5c95968b0c76ba882f8643
1
breakpoint set -p "Break here"
2
r
3
watchpoint set variable val
4
watchpoint modify 1 -c "(val == 1)"
5
watchpoint command add -s lua
6
print("conditional watchpoint")
7
wp:SetEnabled(false)
8
quit
9
c
10
# CHECK-COUNT-1: conditional watchpoint
11
# CHECK-NOT: conditional watchpoint