Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DPseudoTerminal.h83 int GetPrimaryFileDescriptor() const;
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DPseudoTerminal.cpp188 int PseudoTerminal::GetPrimaryFileDescriptor() const { return m_primary_fd; } in GetPrimaryFileDescriptor() function in PseudoTerminal
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp234 if (launch_info.GetPTY().GetPrimaryFileDescriptor() != in DebugProcess()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/objcxx/
H A DPlatformiOSSimulatorCoreSimulatorSupport.mm402 const int primary_fd = launch_info.GetPTY().GetPrimaryFileDescriptor();
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp790 if (pty.GetPrimaryFileDescriptor() != PseudoTerminal::invalid_fd) in DoLaunch()