Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Host/
H A DPseudoTerminal.h162 int ReleasePrimaryFileDescriptor();
/src/contrib/llvm-project/lldb/source/Host/common/
H A DPseudoTerminal.cpp203 int PseudoTerminal::ReleasePrimaryFileDescriptor() { in ReleasePrimaryFileDescriptor() function in PseudoTerminal
/src/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp241 launch_info.GetPTY().ReleasePrimaryFileDescriptor()); in DebugProcess()
/src/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp482 int pty_fd = launch_info.GetPTY().ReleasePrimaryFileDescriptor(); in DebugProcess()
/src/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp97 pid, launch_info.GetPTY().ReleasePrimaryFileDescriptor(), native_delegate, in Launch()
/src/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp110 pid, launch_info.GetPTY().ReleasePrimaryFileDescriptor(), native_delegate, in Launch()
/src/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1056 int pty_fd = launch_info.GetPTY().ReleasePrimaryFileDescriptor(); in DebugProcess()
/src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp797 SetSTDIOFileDescriptor(pty.ReleasePrimaryFileDescriptor()); in DoLaunch()