Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DPseudoTerminal.h83 int GetPrimaryFileDescriptor() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DPseudoTerminal.cpp170 int PseudoTerminal::GetPrimaryFileDescriptor() const { return m_primary_fd; } in GetPrimaryFileDescriptor() function in PseudoTerminal
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp928 if (pty.GetPrimaryFileDescriptor() != PseudoTerminal::invalid_fd) in DoLaunch()