/external/llvm-project/compiler-rt/lib/gwp_asan/optional/ |
D | segv_handler_posix.cpp | 24 using gwp_asan::crash_handler::PrintBacktrace_t; 25 using gwp_asan::crash_handler::Printf_t; 26 using gwp_asan::crash_handler::SegvBacktrace_t; 39 gwp_asan::crash_handler::dumpReport( in sigSegvHandler() 67 ScopedEndOfReportDecorator(gwp_asan::crash_handler::Printf_t Printf) in ScopedEndOfReportDecorator() 70 gwp_asan::crash_handler::Printf_t Printf; 121 gwp_asan::crash_handler::Printf_t Printf) { in defaultPrintStackTrace() 134 namespace crash_handler { namespace
|
D | backtrace_linux_libc.cpp | 35 gwp_asan::crash_handler::Printf_t Printf) { in PrintBacktrace() 60 crash_handler::PrintBacktrace_t getPrintBacktraceFunction() { in getPrintBacktraceFunction() 65 namespace crash_handler { namespace
|
D | backtrace_fuchsia.cpp | 16 crash_handler::PrintBacktrace_t getPrintBacktraceFunction() { return nullptr; } in getPrintBacktraceFunction() 19 namespace crash_handler { namespace
|
D | backtrace_sanitizer_common.cpp | 65 gwp_asan::crash_handler::Printf_t Printf) { in PrintBacktrace() 93 crash_handler::PrintBacktrace_t getPrintBacktraceFunction() { in getPrintBacktraceFunction() 98 namespace crash_handler { namespace
|
D | segv_handler_fuchsia.cpp | 14 namespace crash_handler { namespace
|
D | backtrace.h | 25 crash_handler::PrintBacktrace_t getPrintBacktraceFunction();
|
D | segv_handler.h | 16 namespace crash_handler {
|
/external/llvm-project/compiler-rt/lib/gwp_asan/tests/ |
D | harness.h | 33 crash_handler::Printf_t getPrintfFunction(); 93 gwp_asan::crash_handler::installSignalHandlers( in SetUp() 96 gwp_asan::crash_handler::getSegvBacktraceFunction()); in SetUp() 101 gwp_asan::crash_handler::uninstallSignalHandlers(); in TearDown()
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | crash_handler_devicetest.py | 18 from devil.android import crash_handler 42 crash_handler.RetryOnSystemCrash(
|
D | battery_utils.py | 13 from devil.android import crash_handler 348 battery_info = crash_handler.RetryOnSystemCrash(GetBatteryInfoHelper,
|
/external/grpc-grpc/test/core/util/ |
D | test_config.cc | 156 static LONG crash_handler(struct _EXCEPTION_POINTERS* ex_info) { in crash_handler() function 193 SetUnhandledExceptionFilter((LPTOP_LEVEL_EXCEPTION_FILTER)crash_handler); in install_crash_handler() 234 static void crash_handler(int signum, siginfo_t* info, void* data) { in crash_handler() function 269 sa.sa_sigaction = crash_handler; in install_crash_handler()
|
/external/llvm/lib/Fuzzer/afl/ |
D | afl_driver.cpp | 158 static void crash_handler(int, siginfo_t *, void *) { in crash_handler() function 216 SetSigaction(crash_signals[idx], crash_handler); in maybe_initialize_extra_stats()
|
/external/llvm-project/compiler-rt/lib/gwp_asan/tests/optional/ |
D | printf_sanitizer_common.cpp | 18 crash_handler::Printf_t getPrintfFunction() { return __sanitizer::Printf; } in getPrintfFunction()
|
/external/llvm-project/compiler-rt/lib/gwp_asan/ |
D | CMakeLists.txt | 7 crash_handler.cpp 19 crash_handler.h
|
D | options.inc | 49 // crash_handler::installSignalHandlers() in order to install the handlers. Note 51 // optional crash_handler component.
|
/external/gwp_asan/gwp_asan/ |
D | options.inc | 39 // crash_handler::installSignalHandlers() in order to install the handlers. Note 41 // optional crash_handler component.
|
/external/skqp/dm/ |
D | DM.cpp | 208 static LONG WINAPI crash_handler(EXCEPTION_POINTERS* e) { in crash_handler() function 243 SetUnhandledExceptionFilter(crash_handler); in setup_crash_handler() 260 static void crash_handler(int sig) { in crash_handler() function 290 previous_handler[sig] = signal(sig, crash_handler); in setup_crash_handler()
|
/external/skia/dm/ |
D | DM.cpp | 293 static LONG WINAPI crash_handler(EXCEPTION_POINTERS* e) { in crash_handler() function 328 SetUnhandledExceptionFilter(crash_handler); in setup_crash_handler() 345 static void crash_handler(int sig) { in crash_handler() function 380 previous_handler[sig] = signal(sig, crash_handler); in setup_crash_handler()
|
/external/llvm-project/compiler-rt/lib/scudo/ |
D | scudo_allocator.cpp | 681 gwp_asan::crash_handler::installSignalHandlers( in initScudo() 684 gwp_asan::crash_handler::getSegvBacktraceFunction()); in initScudo()
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/ |
D | combined.h | 196 gwp_asan::crash_handler::installSignalHandlers( in initGwpAsan() 198 gwp_asan::crash_handler::getSegvBacktraceFunction()); in initGwpAsan() 213 gwp_asan::crash_handler::uninstallSignalHandlers(); in unmapTestOnly()
|
/external/gwp_asan/ |
D | Android.bp | 146 "gwp_asan/crash_handler.cpp",
|