Searched refs:terminal_fd (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
H A D | NativeProcessNetBSD.h | 103 NativeProcessNetBSD(::pid_t pid, int terminal_fd, NativeDelegate &delegate,
|
H A D | NativeProcessNetBSD.cpp | 143 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 D | NativeProcessFreeBSD.h | 109 NativeProcessFreeBSD(::pid_t pid, int terminal_fd, NativeDelegate &delegate,
|
H A D | NativeProcessFreeBSD.cpp | 160 NativeProcessFreeBSD::NativeProcessFreeBSD(::pid_t pid, int terminal_fd, in NativeProcessFreeBSD() argument 164 : NativeProcessELF(pid, terminal_fd, delegate), m_arch(arch), in NativeProcessFreeBSD()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationServerLLGS.cpp | 314 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 D | NativeProcessProtocol.cpp | 28 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 D | NativeProcessProtocol.h | 452 NativeProcessProtocol(lldb::pid_t pid, int terminal_fd,
|