Searched refs:detach_error (Results 1 – 2 of 2) sorted by relevance
83 Status detach_error(process->Detach(keep_stopped)); in StopProcessIfNecessary() local84 if (detach_error.Success()) { in StopProcessIfNecessary()90 detach_error.AsCString()); in StopProcessIfNecessary()
3564 llvm::Error detach_error = llvm::Error::success(); in Handle_D() local3573 detach_error = llvm::joinErrors(std::move(detach_error), std::move(e)); in Handle_D()3587 if (detach_error) in Handle_D()3588 return SendErrorResponse(std::move(detach_error)); in Handle_D()