Home
last modified time | relevance | path

Searched refs:m_pty (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Host/common/
DProcessLaunchInfo.cpp33 m_file_actions(), m_pty(new PseudoTerminal), m_resume_count(0), in ProcessLaunchInfo()
43 m_file_actions(), m_pty(new PseudoTerminal), m_resume_count(0), in ProcessLaunchInfo()
221 if (llvm::Error Err = m_pty->OpenFirstAvailablePrimary(open_flags)) in SetUpPtyRedirection()
224 const FileSpec secondary_file_spec(m_pty->GetSecondaryName()); in SetUpPtyRedirection()
/external/llvm-project/lldb/include/lldb/Host/
DProcessLaunchInfo.h124 PseudoTerminal &GetPTY() { return *m_pty; } in GetPTY()
155 std::shared_ptr<PseudoTerminal> m_pty; variable