Searched refs:SetUpPtyRedirection (Results 1 – 5 of 5) sorted by relevance
55 llvm::Error SetUpPtyRedirection();
216 llvm::Error Err = launch_info.SetUpPtyRedirection(); in DebugProcess() 217 LLDB_LOG_ERROR(log, std::move(Err), "SetUpPtyRedirection failed: {0}"); in DebugProcess()
199 llvm::Error ProcessLaunchInfo::SetUpPtyRedirection() { in SetUpPtyRedirection() function in ProcessLaunchInfo
279 if (llvm::Error Err = m_process_launch_info.SetUpPtyRedirection()) in LaunchProcess()
3559 llvm::Error Err = info.SetUpPtyRedirection(); in FinalizeFileActions()