HomeSort by relevance Sort by last modified time
    Searched defs:current_handler (Results 1 - 2 of 2) sorted by null

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

Completed in 647 milliseconds