Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h103 NativeProcessNetBSD(::pid_t pid, int terminal_fd, NativeDelegate &delegate,
H A DNativeProcessNetBSD.cpp143 NativeProcessNetBSD::NativeProcessNetBSD(::pid_t pid, int terminal_fd, in NativeProcessNetBSD() argument
147 : NativeProcessELF(pid, terminal_fd, delegate), m_arch(arch), in NativeProcessNetBSD()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.h109 NativeProcessFreeBSD(::pid_t pid, int terminal_fd, NativeDelegate &delegate,
H A DNativeProcessFreeBSD.cpp142 NativeProcessFreeBSD::NativeProcessFreeBSD(::pid_t pid, int terminal_fd, in NativeProcessFreeBSD() argument
146 : NativeProcessELF(pid, terminal_fd, delegate), m_arch(arch), in NativeProcessFreeBSD()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp314 auto terminal_fd = m_current_process->GetTerminalFileDescriptor(); in LaunchProcess() local
315 if (terminal_fd >= 0) { in LaunchProcess()
319 __FUNCTION__, terminal_fd); in LaunchProcess()
320 Status status = SetSTDIOFileDescriptor(terminal_fd); in LaunchProcess()
327 __FUNCTION__, terminal_fd); in LaunchProcess()
371 auto terminal_fd = m_current_process->GetTerminalFileDescriptor(); in AttachToProcess() local
372 if (terminal_fd >= 0) { in AttachToProcess()
376 __FUNCTION__, terminal_fd); in AttachToProcess()
377 Status status = SetSTDIOFileDescriptor(terminal_fd); in AttachToProcess()
384 __FUNCTION__, terminal_fd); in AttachToProcess()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp28 NativeProcessProtocol::NativeProcessProtocol(lldb::pid_t pid, int terminal_fd, in NativeProcessProtocol() argument
30 : m_pid(pid), m_delegate(delegate), m_terminal_fd(terminal_fd) { in NativeProcessProtocol()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h452 NativeProcessProtocol(lldb::pid_t pid, int terminal_fd,