Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DPseudoTerminal.cpp61 llvm::Error PseudoTerminal::OpenFirstAvailablePrimary(int oflag) { in OpenFirstAvailablePrimary() function in PseudoTerminal
122 if (llvm::Error Err = OpenFirstAvailablePrimary(O_RDWR | O_CLOEXEC)) in Fork()
H A DProcessLaunchInfo.cpp224 if (llvm::Error Err = m_pty->OpenFirstAvailablePrimary(open_flags)) in SetUpPtyRedirection()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DPseudoTerminal.h129 llvm::Error OpenFirstAvailablePrimary(int oflag);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp827 !errorToBool(pty.OpenFirstAvailablePrimary(O_RDWR | O_NOCTTY))) { in DoLaunch()