Home
last modified time | relevance | path

Searched refs:SetUpPtyRedirection (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h55 llvm::Error SetUpPtyRedirection();
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp216 llvm::Error Err = launch_info.SetUpPtyRedirection(); in DebugProcess()
217 LLDB_LOG_ERROR(log, std::move(Err), "SetUpPtyRedirection failed: {0}"); in DebugProcess()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp199 llvm::Error ProcessLaunchInfo::SetUpPtyRedirection() { in SetUpPtyRedirection() function in ProcessLaunchInfo
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp279 if (llvm::Error Err = m_process_launch_info.SetUpPtyRedirection()) in LaunchProcess()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3559 llvm::Error Err = info.SetUpPtyRedirection(); in FinalizeFileActions()