Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc474 ExceptionHandler* current_handler = auto_exception_handler.get_handler(); in HandleException() local
489 current_handler->consume_invalid_handle_exceptions_) { in HandleException()
496 current_handler->get_handle_debug_exceptions()) { in HandleException()
503 if (current_handler->IsOutOfProcess()) { in HandleException()
504 success = current_handler->WriteMinidumpWithException( in HandleException()
509 success = current_handler->WriteMinidumpOnHandlerThread(exinfo, NULL); in HandleException()
531 if (current_handler->previous_filter_) { in HandleException()
532 action = current_handler->previous_filter_(exinfo); in HandleException()
551 ExceptionHandler* current_handler = auto_exception_handler.get_handler(); in HandleInvalidParameter() local
592 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()
/external/python/cpython2/Lib/idlelib/
Drpc.py498 svr.current_handler = self ## cgt xxx
/external/python/cpython3/Lib/idlelib/
Drpc.py512 svr.current_handler = self ## cgt xxx