HomeSort by relevance Sort by last modified time
    Searched refs:HandleException (Results 1 - 4 of 4) sorted by null

  /external/google-breakpad/src/client/solaris/handler/
exception_handler.h 150 static void HandleException(int signo);
exception_handler.cc 145 act.sa_handler = HandleException;
168 void ExceptionHandler::HandleException(int signo) {
169 //void ExceptionHandler::HandleException(int signo, siginfo_t *sip, ucontext_t *sig_ctx) {
242 print_message1(2, "HandleException: failed to block signals.\n");
  /external/google-breakpad/src/client/windows/handler/
exception_handler.h 317 static LONG WINAPI HandleException(EXCEPTION_POINTERS* exinfo);
493 // exception filters. This vector is used by HandleException to determine
501 // means the next-to-last entry, and so on. This is used by HandleException
exception_handler.cc 281 previous_filter_ = SetUnhandledExceptionFilter(HandleException);
414 // HandleException and HandleInvalidParameter must create an
423 // registered using this same HandleException function, and it needs to be
426 // handling), HandleException will find the appropriate ExceptionHandler
454 SetUnhandledExceptionFilter(ExceptionHandler::HandleException);
471 LONG ExceptionHandler::HandleException(EXCEPTION_POINTERS* exinfo) {
    [all...]

Completed in 2393 milliseconds