Searched refs:m_terminal_fd (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.h77 int GetTerminalFD() const { return m_terminal_fd; }
190 int m_terminal_fd; member in class:ProcessMonitor
H A DProcessMonitor.cpp706 m_operation_thread(), m_monitor_thread(), m_pid(LLDB_INVALID_PROCESS_ID), m_terminal_fd(-1), m_operation(0) {
748 m_operation_thread(), m_monitor_thread(), m_pid(pid), m_terminal_fd(-1), m_operation(0) {
942 monitor->m_terminal_fd = terminal.ReleaseMasterFileDescriptor();
948 if (!EnsureFDFlags(monitor->m_terminal_fd, O_NONBLOCK, args->m_error))
1396 if (m_terminal_fd >= 0) {
1397 close(m_terminal_fd);
1398 m_terminal_fd = -1;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h201 virtual int GetTerminalFileDescriptor() { return m_terminal_fd; }
419 int m_terminal_fd; member in class:lldb_private::NativeProcessProtocol
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp154 if (m_terminal_fd != -1) {
155 Status status = EnsureFDFlags(m_terminal_fd, O_NONBLOCK);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp28 : m_pid(pid), m_terminal_fd(terminal_fd) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.cpp161 m_terminal_fd = pty_master_fd;

Completed in 98 milliseconds