1int foo(int a, int b) {
2 return a + b; // Set breakpoint here
3}
4
5int main() {
6 return foo(a: 1,b: 3);
7}
8

Provided by KDAB

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

source code of lldb/test/API/python_api/findvalue_duplist/main.cpp