Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Host/
H A DPseudoTerminal.h83 int GetPrimaryFileDescriptor() const;
/freebsd-src/contrib/llvm-project/lldb/source/Host/common/
H A DPseudoTerminal.cpp189 int PseudoTerminal::GetPrimaryFileDescriptor() const { return m_primary_fd; } in GetPrimaryFileDescriptor() function in PseudoTerminal
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp238 if (launch_info.GetPTY().GetPrimaryFileDescriptor() != in DebugProcess()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp796 if (pty.GetPrimaryFileDescriptor() != PseudoTerminal::invalid_fd) in DoLaunch()