Sign in
llvm
/
llvm-project
/
fd3907ccb583df99e9c19d2fe84e4e7c52d75de9
/
.
/
lldb
/
test
/
API
/
tools
/
lldb-dap
/
repl-mode
/
main.cpp
blob: 52561d3471abfb7d0bde2136839fd23972394e76 [
file
] [
log
] [
blame
]
void
noop
()
{}
void
fun
()
{
int
user_command
=
474747
;
int
alias_command
=
474747
;
int
alias_command_with_arg
=
474747
;
int
platform
=
474747
;
// built-in command
noop
();
// breakpoint 1
}
int
main
()
{
fun
();
noop
();
// breakpoint 2
return
0
;
}