Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h56 llvm::Error SetUpPtyRedirection();
/llvm-project-15.0.7/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp209 llvm::Error Err = launch_info.SetUpPtyRedirection(); in DebugProcess()
/llvm-project-15.0.7/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp203 llvm::Error ProcessLaunchInfo::SetUpPtyRedirection() { in SetUpPtyRedirection() function in ProcessLaunchInfo
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp282 if (llvm::Error Err = m_process_launch_info.SetUpPtyRedirection()) in LaunchProcess()
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp3358 llvm::Error Err = info.SetUpPtyRedirection(); in FinalizeFileActions()