Searched refs:SetUnhandledExceptionFilter (Results 1 – 25 of 26) sorted by relevance
12
79 INTERCEPTOR_WINAPI(LPTOP_LEVEL_EXCEPTION_FILTER, SetUnhandledExceptionFilter, in INTERCEPTOR_WINAPI() argument81 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()
156 SetUnhandledExceptionFilter(CrashHandler); in InitCrashHandler()162 SetUnhandledExceptionFilter(nullptr); in TerminateCrashHandler()
30 SetUnhandledExceptionFilter(SEHHandler); in main()
79 SetUnhandledExceptionFilter(ExitWithExceptionCode); in main()
165 oldFilter = SetUnhandledExceptionFilter( ExceptionFilter ); in _mesa_check_os_sse_support()192 SetUnhandledExceptionFilter( oldFilter ); in _mesa_check_os_sse_support()
281 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()
184 SetUnhandledExceptionFilter(handler); in SetupCrashHandler()
291 handler->oldExceptionFilter = SetUnhandledExceptionFilter(unhandledExceptionFilter); in qpCrashHandler_create()310 SetUnhandledExceptionFilter(handler->oldExceptionFilter); in qpCrashHandler_destroy()
139 SetUnhandledExceptionFilter(ExceptionHandler); in SetSignalHandler()
246 SetUnhandledExceptionFilter(handler); in SetupCrashHandler()
309 auto prev_seh_handler = SetUnhandledExceptionFilter(SEHHandler); in __asan_set_seh_filter()
193 SetUnhandledExceptionFilter((LPTOP_LEVEL_EXCEPTION_FILTER)crash_handler); in install_crash_handler()
231 SetUnhandledExceptionFilter(&ExitingUnhandledExceptionFilter); in TEST_F()
644 SetUnhandledExceptionFilter(test_exception_filter__); in main()
69 `SetUnhandledExceptionFilter()`; on OS X, this is done by creating a thread that
9 `SetUnhandledExceptionFilter` replaces all unhandled exceptions when Breakpad is
2718 SetUnhandledExceptionFilter(NTUncaughtException); in NTWindowsGenesis()
243 SetUnhandledExceptionFilter(crash_handler); in setup_crash_handler()
328 SetUnhandledExceptionFilter(crash_handler); in setup_crash_handler()
443 OldFilter = SetUnhandledExceptionFilter(LLVMUnhandledExceptionFilter);
439 OldFilter = SetUnhandledExceptionFilter(LLVMUnhandledExceptionFilter);
442 OldFilter = SetUnhandledExceptionFilter(LLVMUnhandledExceptionFilter);