Searched refs:detach_error (Results 1 – 2 of 2) sorted by relevance
82 Status detach_error(process->Detach(keep_stopped)); in StopProcessIfNecessary() local83 if (detach_error.Success()) { in StopProcessIfNecessary()89 detach_error.AsCString()); in StopProcessIfNecessary()
3550 llvm::Error detach_error = llvm::Error::success(); in Handle_D() local3559 detach_error = llvm::joinErrors(std::move(detach_error), std::move(e)); in Handle_D()3573 if (detach_error) in Handle_D()3574 return SendErrorResponse(std::move(detach_error)); in Handle_D()