Home | History | Annotate | Download | only in handler

Lines Matching defs:handler

38 #include "client/mac/handler/exception_handler.h"
39 #include "client/mac/handler/minidump_generator.h"
83 google_breakpad::ExceptionHandler *handler;
311 ExceptionHandler handler(dump_path, NULL, callback, callback_context, false,
313 return handler.WriteMinidump(write_exception_stream);
412 // forwarding the exception to the next handler.
428 // At this time, we should have called Uninstall() on the exception handler
443 // Find the first exception handler that matches the exception
495 // Uninstall our handler so that we don't get in a loop if the process of
499 // If the actual exception code is zero, then we're calling this handler
552 // When forking a child process with the exception handler installed,
559 // to move onto the host exception handler for the child task
616 gProtectedData.handler->WriteMinidumpWithException(
631 // If a handler is already installed, something is really wrong.
632 if (gProtectedData.handler != NULL) {
648 gProtectedData.handler = this;
699 gProtectedData.handler = NULL;
750 // Install the handler in its own thread, detached as we won't be joining.