Sign in
llvm
/
llvm-project
/
41a94de75caacb979070ec7a010dfe3c4e9f116f
/
.
/
lldb
/
test
/
API
/
functionalities
/
breakpoint
/
break_in_loaded_dylib
/
b.cpp
blob: 5bfb3104910ba088346c8af0d670b412ad1c9113 [
file
]
extern
"C"
int
LLDB_DYLIB_EXPORT b_function
()
{
return
500
;
// Break here in dylib
}