1#include <stdio.h>
2
3int global_foo = 321;
4void foo(void) { puts(s: "Hello, I am a shared library"); }
5

Provided by KDAB

Privacy Policy
Improve your Profiling and Debugging skills
Find out more

source code of lldb/test/API/symbol_ondemand/shared_library/foo.c