Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DPseudoTerminal.cpp57 PseudoTerminal::Status PseudoTerminal::OpenFirstAvailablePrimary(int oflag) { in OpenFirstAvailablePrimary() function in PseudoTerminal
141 error = OpenFirstAvailablePrimary(O_RDWR | O_NOCTTY); in Fork()
H A DPseudoTerminal.h44 Status OpenFirstAvailablePrimary(int oflag);
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DPseudoTerminal.cpp65 llvm::Error PseudoTerminal::OpenFirstAvailablePrimary(int oflag) { in OpenFirstAvailablePrimary() function in PseudoTerminal
140 if (llvm::Error Err = OpenFirstAvailablePrimary(O_RDWR | O_CLOEXEC)) in Fork()
H A DProcessLaunchInfo.cpp222 if (llvm::Error Err = m_pty->OpenFirstAvailablePrimary(open_flags)) in SetUpPtyRedirection()
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DPseudoTerminal.h129 llvm::Error OpenFirstAvailablePrimary(int oflag);
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.mm3467 pty_error = pty.OpenFirstAvailablePrimary(O_RDWR | O_NOCTTY);
3825 pty.OpenFirstAvailablePrimary(O_RDWR | O_NOCTTY);
4036 pty.OpenFirstAvailablePrimary(O_RDWR | O_NOCTTY);
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp692 !errorToBool(pty.OpenFirstAvailablePrimary(O_RDWR | O_NOCTTY))) { in DoLaunch()