Home
last modified time | relevance | path

Searched refs:ReleaseMasterFileDescriptor (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DPseudoTerminal.h217 int ReleaseMasterFileDescriptor();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DPseudoTerminal.cpp294 int PseudoTerminal::ReleaseMasterFileDescriptor() { in ReleaseMasterFileDescriptor() function in PseudoTerminal
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DDarwinProcessLauncher.cpp202 *pty_fd = pty.ReleaseMasterFileDescriptor(); in ForkChildForPTraceDebugging()
615 *pty_master_fd = launch_info.GetPTY().ReleaseMasterFileDescriptor(); in LaunchInferior()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp336 int pty_fd = launch_info.GetPTY().ReleaseMasterFileDescriptor(); in DebugProcess()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp102 pid, launch_info.GetPTY().ReleaseMasterFileDescriptor(), native_delegate, in Launch()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp961 monitor->m_terminal_fd = terminal.ReleaseMasterFileDescriptor(); in Launch()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp1195 int pty_fd = launch_info.GetPTY().ReleaseMasterFileDescriptor(); in DebugProcess()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp991 SetSTDIOFileDescriptor(pty.ReleaseMasterFileDescriptor()); in DoLaunch()