HomeSort by: relevance | last modified time | path
    Searched refs:crash_handler (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/kyua-cli/dist/utils/
sanity.cpp 86 crash_handler(const int signo) function in namespace:__anon7004
105 /// When the specified signal is captured, the crash_handler() will be called to
114 sa.sa_handler = crash_handler;
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/afl/
afl_driver.cpp 199 static void crash_handler(int, siginfo_t *, void *) { function
250 // Make sure that crash_handler gets called on any kind of fatal error.
257 SetSigaction(crash_signals[idx], crash_handler);

Completed in 16 milliseconds