Home
last modified time | relevance | path

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

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