1int d_init()
2{
3 return 123;
4}
5
6int d_global = d_init();
7
8int LLDB_DYLIB_EXPORT d_function() {
9 return 700; // Find this line number within d_dunction().
10}
11

Provided by KDAB

Privacy Policy
Learn to use CMake with our Intro Training
Find out more

source code of lldb/test/API/functionalities/load_unload/d.cpp