Sign in
llvm
/
llvm-project
/
fe90b9dac76dd3efcb24f747007c68ee2bc27630
/
.
/
lldb
/
test
/
Shell
/
ScriptInterpreter
/
Lua
/
Inputs
/
watchpoint1.in
blob: b6734dde63a85c8aad3f62706d3464d3d99bd3d3 [
file
] [
log
] [
blame
]
breakpoint
set
-
p
"Break here"
r
watchpoint
set
variable val
watchpoint command add
-
s lua
print
(
"val="
..
tostring
(
frame
:
FindVariable
(
"val"
):
GetValue
()))
quit
c
# CHECK: val=1
# CHECK: val=2