Home
last modified time | relevance | path

Searched refs:GetPrimaryFileDescriptor (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DPseudoTerminal.h83 int GetPrimaryFileDescriptor() const;
/llvm-project-15.0.7/lldb/source/Host/common/
H A DPseudoTerminal.cpp188 int PseudoTerminal::GetPrimaryFileDescriptor() const { return m_primary_fd; } in GetPrimaryFileDescriptor() function in PseudoTerminal
/llvm-project-15.0.7/lldb/unittests/Editline/
H A DEditlineTest.cpp107 _pty_primary_fd = _pty.GetPrimaryFileDescriptor(); in EditlineAdapter()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp231 if (launch_info.GetPTY().GetPrimaryFileDescriptor() != in DebugProcess()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/objcxx/
H A DPlatformiOSSimulatorCoreSimulatorSupport.mm402 const int primary_fd = launch_info.GetPTY().GetPrimaryFileDescriptor();
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp893 if (pty.GetPrimaryFileDescriptor() != PseudoTerminal::invalid_fd) in DoLaunch()