Home
last modified time | relevance | path

Searched refs:SetUnhandledExceptionFilter (Results 1 – 25 of 26) sorted by relevance

12

/external/llvm-project/compiler-rt/lib/asan/
Dasan_win.cpp79 INTERCEPTOR_WINAPI(LPTOP_LEVEL_EXCEPTION_FILTER, SetUnhandledExceptionFilter, in INTERCEPTOR_WINAPI() argument
81 CHECK(REAL(SetUnhandledExceptionFilter)); in INTERCEPTOR_WINAPI()
83 return REAL(SetUnhandledExceptionFilter)(ExceptionFilter); in INTERCEPTOR_WINAPI()
170 ASAN_INTERCEPT_FUNC(SetUnhandledExceptionFilter); in InitializePlatformInterceptors()
344 auto prev_seh_handler = SetUnhandledExceptionFilter(SEHHandler); in __asan_set_seh_filter()
/external/angle/util/windows/win32/
Dtest_utils_win32.cpp156 SetUnhandledExceptionFilter(CrashHandler); in InitCrashHandler()
162 SetUnhandledExceptionFilter(nullptr); in TerminateCrashHandler()
/external/llvm-project/compiler-rt/test/asan/TestCases/Windows/
Duser-exception.cpp30 SetUnhandledExceptionFilter(SEHHandler); in main()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgoogletest-break-on-failure-unittest_.cc79 SetUnhandledExceptionFilter(ExitWithExceptionCode); in main()
/external/googletest/googletest/test/
Dgoogletest-break-on-failure-unittest_.cc79 SetUnhandledExceptionFilter(ExitWithExceptionCode); in main()
/external/mesa3d/src/mesa/x86/
Dcommon_x86.c165 oldFilter = SetUnhandledExceptionFilter( ExceptionFilter ); in _mesa_check_os_sse_support()
192 SetUnhandledExceptionFilter( oldFilter ); in _mesa_check_os_sse_support()
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc281 previous_filter_ = SetUnhandledExceptionFilter(HandleException); in Initialize()
308 SetUnhandledExceptionFilter(previous_filter_); in ~ExceptionHandler()
446 SetUnhandledExceptionFilter(handler_->previous_filter_); in AutoExceptionHandler()
455 SetUnhandledExceptionFilter(ExceptionHandler::HandleException); in ~AutoExceptionHandler()
/external/skqp/tools/
DCrashHandler.cpp184 SetUnhandledExceptionFilter(handler); in SetupCrashHandler()
/external/deqp/framework/qphelper/
DqpCrashHandler.c291 handler->oldExceptionFilter = SetUnhandledExceptionFilter(unhandledExceptionFilter); in qpCrashHandler_create()
310 SetUnhandledExceptionFilter(handler->oldExceptionFilter); in qpCrashHandler_destroy()
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerUtilWindows.cpp139 SetUnhandledExceptionFilter(ExceptionHandler); in SetSignalHandler()
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerUtilWindows.cpp139 SetUnhandledExceptionFilter(ExceptionHandler); in SetSignalHandler()
/external/skia/tools/
DCrashHandler.cpp246 SetUnhandledExceptionFilter(handler); in SetupCrashHandler()
/external/compiler-rt/lib/asan/
Dasan_win.cc309 auto prev_seh_handler = SetUnhandledExceptionFilter(SEHHandler); in __asan_set_seh_filter()
/external/grpc-grpc/test/core/util/
Dtest_config.cc193 SetUnhandledExceptionFilter((LPTOP_LEVEL_EXCEPTION_FILTER)crash_handler); in install_crash_handler()
/external/libchrome/base/process/
Dmemory_unittest.cc231 SetUnhandledExceptionFilter(&ExitingUnhandledExceptionFilter); in TEST_F()
/external/libsrtp2/test/
Dcutest.h644 SetUnhandledExceptionFilter(test_exception_filter__); in main()
/external/google-breakpad/docs/
Dgetting_started_with_breakpad.md69 `SetUnhandledExceptionFilter()`; on OS X, this is done by creating a thread that
Dexception_handling.md9 `SetUnhandledExceptionFilter` replaces all unhandled exceptions when Breakpad is
/external/ImageMagick/MagickCore/
Dnt-base.c2718 SetUnhandledExceptionFilter(NTUncaughtException); in NTWindowsGenesis()
/external/skqp/dm/
DDM.cpp243 SetUnhandledExceptionFilter(crash_handler); in setup_crash_handler()
/external/skia/dm/
DDM.cpp328 SetUnhandledExceptionFilter(crash_handler); in setup_crash_handler()
/external/llvm-project/llvm/lib/Support/Windows/
DSignals.inc443 OldFilter = SetUnhandledExceptionFilter(LLVMUnhandledExceptionFilter);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DSignals.inc443 OldFilter = SetUnhandledExceptionFilter(LLVMUnhandledExceptionFilter);
/external/llvm/lib/Support/Windows/
DSignals.inc439 OldFilter = SetUnhandledExceptionFilter(LLVMUnhandledExceptionFilter);
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DSignals.inc442 OldFilter = SetUnhandledExceptionFilter(LLVMUnhandledExceptionFilter);

12