Home
last modified time | relevance | path

Searched defs:BREAKPOINT_INTRINSIC (Results 1 – 1 of 1) sorted by relevance

/llvm-project/lldb/test/API/functionalities/breakpoint/debugbreak/
H A Dmain.c3 #define BREAKPOINT_INTRINSIC() __debugbreak() macro
5 #define BREAKPOINT_INTRINSIC() __asm__ __volatile__ ("int3") macro