Searched refs:m_terminal_fd (Results 1 – 5 of 5) sorted by relevance
/llvm-project/lldb/include/lldb/Host/common/ |
H A D | NativeProcessProtocol.h | 230 virtual int GetTerminalFileDescriptor() { return m_terminal_fd; } in GetTerminalFileDescriptor() 438 int m_terminal_fd; variable
|
/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
H A D | NativeProcessFreeBSD.cpp | 167 if (m_terminal_fd != -1) { in NativeProcessFreeBSD() 168 Status status = EnsureFDFlags(m_terminal_fd, O_NONBLOCK); in NativeProcessFreeBSD() 1034 new NativeProcessFreeBSD(static_cast<::pid_t>(child_pid), m_terminal_fd, in MonitorClone()
|
/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
H A D | NativeProcessNetBSD.cpp | 149 if (m_terminal_fd != -1) { in NativeProcessNetBSD() 150 Status status = EnsureFDFlags(m_terminal_fd, O_NONBLOCK); in NativeProcessNetBSD() 1073 new NativeProcessNetBSD(static_cast<::pid_t>(child_pid), m_terminal_fd, in MonitorClone()
|
/llvm-project/lldb/source/Plugins/Process/Linux/ |
H A D | NativeProcessLinux.cpp | 432 if (m_terminal_fd != -1) { in NativeProcessLinux() 433 Status status = EnsureFDFlags(m_terminal_fd, O_NONBLOCK); in NativeProcessLinux() 976 static_cast<::pid_t>(child_pid), m_terminal_fd, m_delegate, m_arch, in MonitorClone()
|
/llvm-project/lldb/source/Host/common/ |
H A D | NativeProcessProtocol.cpp | 30 : m_pid(pid), m_delegate(delegate), m_terminal_fd(terminal_fd) { in NativeProcessProtocol()
|