Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/functionalities/step-avoids-no-debug/
H A Dwithout-debug.c1 typedef int (*debug_callee) (int); typedef
4 no_debug_caller_intermediate(int input, debug_callee callee) in no_debug_caller_intermediate()
12 no_debug_caller (int input, debug_callee callee) in no_debug_caller()
H A Dwith-debug.c3 typedef int (*debug_callee) (int); typedef
5 extern int no_debug_caller (int, debug_callee);