Home
last modified time | relevance | path

Searched refs:ApplicationCrashHandler (Results 1 - 3 of 3) sorted by relevance

/ide/tools/previewer/util/
H A DCrashHandler.h37 static LONG ApplicationCrashHandler(EXCEPTION_POINTERS *pException);
39 static void ApplicationCrashHandler(int signal);
/ide/tools/previewer/util/unix/
H A DCrashHandler.cpp29 if (signal(SIGSEGV, ApplicationCrashHandler) == SIG_ERR) { in InitExceptionHandler()
35 void CrashHandler::ApplicationCrashHandler(int signal) in ApplicationCrashHandler() function in CrashHandler
/ide/tools/previewer/util/windows/
H A DCrashHandler.cpp76 LONG CrashHandler::ApplicationCrashHandler(EXCEPTION_POINTERS *exception) in ApplicationCrashHandler() function in CrashHandler
103 SetUnhandledExceptionFilter((LPTOP_LEVEL_EXCEPTION_FILTER)ApplicationCrashHandler); in InitExceptionHandler()

Completed in 1 milliseconds