Home
last modified time | relevance | path

Searched refs:WaitForDebugger (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DLLJITWithRemoteDebugging.cpp132 WaitForDebugger("wait-for-debugger", variable
163 if (WaitForDebugger) { in main()
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_rtl.cpp55 WaitForDebugger(flags()->sleep_before_dying, "before dying"); in AsanDie()
388 WaitForDebugger(flags()->sleep_before_init, "before init"); in AsanInitInternal()
498 WaitForDebugger(flags()->sleep_after_init, "after init"); in AsanInitInternal()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cpp360 void WaitForDebugger(unsigned seconds, const char *label) { in WaitForDebugger() function
H A Dsanitizer_common.h302 void WaitForDebugger(unsigned seconds, const char *label);