1extern "C" int LLDB_DYLIB_EXPORT b_function() {
2 return 500; // Break here in dylib
3}
4

Provided by KDAB

Privacy Policy
Update your C++ knowledge – Modern C++11/14/17 Training
Find out more

source code of lldb/test/API/functionalities/breakpoint/break_in_loaded_dylib/b.cpp