Home
last modified time | relevance | path

Searched refs:current_handler (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc473 ExceptionHandler* current_handler = auto_exception_handler.get_handler(); in HandleException() local
486 current_handler->consume_invalid_handle_exceptions_) { in HandleException()
493 current_handler->get_handle_debug_exceptions()) { in HandleException()
500 if (current_handler->IsOutOfProcess()) { in HandleException()
501 success = current_handler->WriteMinidumpWithException( in HandleException()
506 success = current_handler->WriteMinidumpOnHandlerThread(exinfo, NULL); in HandleException()
528 if (current_handler->previous_filter_) { in HandleException()
529 action = current_handler->previous_filter_(exinfo); in HandleException()
548 ExceptionHandler* current_handler = auto_exception_handler.get_handler(); in HandleInvalidParameter() local
589 if (current_handler->IsOutOfProcess()) { in HandleInvalidParameter()
[all …]
/external/google-breakpad/src/client/solaris/handler/
Dexception_handler.cc184 ExceptionHandler *current_handler = in HandleException() local
189 current_handler->TeardownHandler(signo); in HandleException()
192 if (current_handler->InternalWriteMinidump(signo, current_ebp, &sig_ctx)) { in HandleException()
201 reinterpret_cast<SignalHandler>(current_handler->old_handlers_[signo]); in HandleException()
207 current_handler->SetupHandler(signo); in HandleException()