1int __a_global = 1;
2
3int a(int arg) {
4 int result = arg + __a_global;
5 return result; // Set file and line breakpoint inside a().
6}
7

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/module_cache/bsd/a.c