Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Host/
DProcessLaunchInfo.h55 llvm::Error SetUpPtyRedirection();
/external/llvm-project/lldb/source/Host/common/
DProcessLaunchInfo.cpp210 llvm::Error ProcessLaunchInfo::SetUpPtyRedirection() { in SetUpPtyRedirection() function in ProcessLaunchInfo
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerLLGS.cpp232 if (llvm::Error Err = m_process_launch_info.SetUpPtyRedirection()) in LaunchProcess()
/external/llvm-project/lldb/source/Target/
DTarget.cpp3215 llvm::Error Err = info.SetUpPtyRedirection(); in FinalizeFileActions()