Home
last modified time | relevance | path

Searched refs:no_debug_caller (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/functionalities/step-avoids-no-debug/
H A Dwith-debug.c5 extern int no_debug_caller (int, debug_callee);
26 int return_value = no_debug_caller(5, called_from_nodebug); in main()
H A Dwithout-debug.c12 no_debug_caller (int input, debug_callee callee) in no_debug_caller() function