Lines Matching refs:ExceptionHandler

83   google_breakpad::ExceptionHandler *handler;
223 ExceptionHandler::ExceptionHandler(const string &dump_path, in ExceptionHandler() function in google_breakpad::ExceptionHandler
253 ExceptionHandler::ExceptionHandler(DirectCallback callback, in ExceptionHandler() function in google_breakpad::ExceptionHandler
272 ExceptionHandler::~ExceptionHandler() { in ~ExceptionHandler()
276 bool ExceptionHandler::WriteMinidump(bool write_exception_stream) { in WriteMinidump()
307 bool ExceptionHandler::WriteMinidump(const string &dump_path, in WriteMinidump()
311 ExceptionHandler handler(dump_path, NULL, callback, callback_context, false, in WriteMinidump()
317 bool ExceptionHandler::WriteMinidumpForChild(mach_port_t child, in WriteMinidumpForChild()
349 bool ExceptionHandler::WriteMinidumpWithException( in WriteMinidumpWithException()
478 void* ExceptionHandler::WaitForMessage(void* exception_handler_class) { in WaitForMessage()
479 ExceptionHandler* self = in WaitForMessage()
480 reinterpret_cast<ExceptionHandler*>(exception_handler_class); in WaitForMessage()
611 void ExceptionHandler::SignalHandler(int sig, siginfo_t* info, void* uc) { in SignalHandler()
630 bool ExceptionHandler::InstallHandler() { in InstallHandler()
640 sa.sa_sigaction = ExceptionHandler::SignalHandler; in InstallHandler()
689 bool ExceptionHandler::UninstallHandler(bool in_exception) { in UninstallHandler()
731 bool ExceptionHandler::Setup(bool install_handler) { in Setup()
763 bool ExceptionHandler::Teardown() { in Teardown()
787 bool ExceptionHandler::SendMessageToHandlerThread( in SendMessageToHandlerThread()
811 void ExceptionHandler::UpdateNextID() { in UpdateNextID()
819 bool ExceptionHandler::SuspendThreads() { in SuspendThreads()
837 bool ExceptionHandler::ResumeThreads() { in ResumeThreads()