Home
last modified time | relevance | path

Searched defs:terminal_fd (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/
H A DNativeProcessOpenBSD.cpp155 NativeProcessOpenBSD::NativeProcessOpenBSD(::pid_t pid, int terminal_fd, in NativeProcessOpenBSD()
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp28 NativeProcessProtocol::NativeProcessProtocol(lldb::pid_t pid, int terminal_fd, in NativeProcessProtocol()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.cpp63 NativeProcessWindows::NativeProcessWindows(lldb::pid_t pid, int terminal_fd, in NativeProcessWindows()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp144 NativeProcessFreeBSD::NativeProcessFreeBSD(::pid_t pid, int terminal_fd, in NativeProcessFreeBSD()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp145 NativeProcessNetBSD::NativeProcessNetBSD(::pid_t pid, int terminal_fd, in NativeProcessNetBSD()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp316 auto terminal_fd = m_current_process->GetTerminalFileDescriptor(); in LaunchProcess() local
373 auto terminal_fd = m_current_process->GetTerminalFileDescriptor(); in AttachToProcess() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp304 NativeProcessLinux::NativeProcessLinux(::pid_t pid, int terminal_fd, in NativeProcessLinux()