Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h139 std::shared_ptr<PseudoTerminal> m_pty; variable
/llvm-project/lldb/unittests/Host/posix/
H A DTerminalTest.cpp26 PseudoTerminal m_pty; member in TerminalTest