Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_rtl.cpp55 WaitForDebugger(flags()->sleep_before_dying, "before dying"); in AsanDie()
404 WaitForDebugger(flags()->sleep_before_init, "before init"); in AsanInitInternal()
515 WaitForDebugger(flags()->sleep_after_init, "after init"); in AsanInitInternal()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cpp381 void WaitForDebugger(unsigned seconds, const char *label) { in WaitForDebugger() function
H A Dsanitizer_common.h312 void WaitForDebugger(unsigned seconds, const char *label);