Home
last modified time | relevance | path

Searched refs:ReleasePrimaryFileDescriptor (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/lldb/include/lldb/Host/
DPseudoTerminal.h162 int ReleasePrimaryFileDescriptor();
/external/llvm-project/lldb/source/Host/common/
DPseudoTerminal.cpp185 int PseudoTerminal::ReleasePrimaryFileDescriptor() { in ReleasePrimaryFileDescriptor() function in PseudoTerminal
/external/llvm-project/lldb/unittests/Host/
DMainLoopTest.cpp108 term.ReleasePrimaryFileDescriptor(), true); in TEST_F()
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformAppleSimulator.cpp212 int pty_fd = launch_info.GetPTY().ReleasePrimaryFileDescriptor(); in DebugProcess()
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DNativeProcessWindows.cpp51 launch_info.GetPTY().ReleasePrimaryFileDescriptor(), in NativeProcessWindows()
/external/llvm-project/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.cpp517 int pty_fd = launch_info.GetPTY().ReleasePrimaryFileDescriptor(); in DebugProcess()
/external/llvm-project/lldb/source/Plugins/Process/FreeBSDRemote/
DNativeProcessFreeBSD.cpp93 pid, launch_info.GetPTY().ReleasePrimaryFileDescriptor(), native_delegate, in Launch()
/external/llvm-project/lldb/source/Plugins/Process/NetBSD/
DNativeProcessNetBSD.cpp98 pid, launch_info.GetPTY().ReleasePrimaryFileDescriptor(), native_delegate, in Launch()
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DProcessMonitor.cpp939 monitor->m_terminal_fd = terminal.ReleasePrimaryFileDescriptor(); in Launch()
/external/llvm-project/lldb/source/Target/
DPlatform.cpp1154 int pty_fd = launch_info.GetPTY().ReleasePrimaryFileDescriptor(); in DebugProcess()
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeProcessLinux.cpp259 pid, launch_info.GetPTY().ReleasePrimaryFileDescriptor(), native_delegate, in Launch()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp923 SetSTDIOFileDescriptor(pty.ReleasePrimaryFileDescriptor()); in DoLaunch()