Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DPseudoTerminal.h162 int ReleasePrimaryFileDescriptor();
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DPseudoTerminal.cpp199 int PseudoTerminal::ReleasePrimaryFileDescriptor() { in ReleasePrimaryFileDescriptor() function in PseudoTerminal
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp241 launch_info.GetPTY().ReleasePrimaryFileDescriptor()); in DebugProcess()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/AIX/
H A DNativeProcessAIX.cpp89 pid, launch_info.GetPTY().ReleasePrimaryFileDescriptor(), native_delegate, in Launch()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp491 int pty_fd = launch_info.GetPTY().ReleasePrimaryFileDescriptor(); in DebugProcess()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp111 pid, launch_info.GetPTY().ReleasePrimaryFileDescriptor(), native_delegate, in Launch()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp97 pid, launch_info.GetPTY().ReleasePrimaryFileDescriptor(), native_delegate, in Launch()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1061 int pty_fd = launch_info.GetPTY().ReleasePrimaryFileDescriptor(); in DebugProcess()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp807 SetSTDIOFileDescriptor(pty.ReleasePrimaryFileDescriptor()); in DoLaunch()