Lines Matching refs:ExceptionPort
360 fbl::RefPtr<ExceptionPort> eport(process_->debugger_exception_port()); in Exiting()
470 fbl::RefPtr<ExceptionPort> debugger_port(t->process_->debugger_exception_port()); in StartRoutine()
516 zx_status_t ThreadDispatcher::SetExceptionPort(fbl::RefPtr<ExceptionPort> eport) { in SetExceptionPort()
519 DEBUG_ASSERT(eport->type() == ExceptionPort::Type::THREAD); in SetExceptionPort()
536 fbl::RefPtr<ExceptionPort> eport; in ResetExceptionPort()
573 fbl::RefPtr<ExceptionPort> ThreadDispatcher::exception_port() { in exception_port()
581 fbl::RefPtr<ExceptionPort> eport, in ExceptionHandlerExchange()
661 void ThreadDispatcher::EnterException(fbl::RefPtr<ExceptionPort> eport, in EnterException()
729 void ThreadDispatcher::OnExceptionPortRemoval(const fbl::RefPtr<ExceptionPort>& eport) { in OnExceptionPortRemoval()
762 ExceptionPort::Type excp_port_type; in GetInfoForUserspace()
783 excp_port_type = ExceptionPort::Type::NONE; in GetInfoForUserspace()
845 case ExceptionPort::Type::NONE: in GetInfoForUserspace()
848 case ExceptionPort::Type::DEBUGGER: in GetInfoForUserspace()
851 case ExceptionPort::Type::JOB_DEBUGGER: in GetInfoForUserspace()
854 case ExceptionPort::Type::THREAD: in GetInfoForUserspace()
857 case ExceptionPort::Type::PROCESS: in GetInfoForUserspace()
860 case ExceptionPort::Type::JOB: in GetInfoForUserspace()