Sign in
◑
Theme
llvm
/
llvm-project
/
1da4f4eb02f723bb1393e71f4e7df07952dc103e
/
.
/
lldb
/
test
/
API
/
functionalities
/
watchpoint
/
modify-watchpoints
/
main.c
blob: 819c96c15fb08157bd382ce21637035ddbef1d8d [
file
]
#include
<stdint.h>
int
main
()
{
int
value
=
5
;
value
=
5
;
// break here
value
=
5
;
value
=
5
;
value
=
5
;
value
=
5
;
value
=
5
;
value
=
10
;
value
=
10
;
value
=
10
;
value
=
10
;
value
=
5
;
value
=
7
;
value
=
9
;
return
value
;
}