Home
last modified time | relevance | path

Searched refs:GetPTY (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/objcxx/
DPlatformiOSSimulatorCoreSimulatorSupport.mm402 const int primary_fd = launch_info.GetPTY().GetPrimaryFileDescriptor();
405 FileSpec secondary_spec(launch_info.GetPTY().GetSecondaryName());
408 launch_info.GetPTY().GetSecondaryFileDescriptor();
410 if (llvm::Error Err = launch_info.GetPTY().OpenSecondary(O_RDWR))
413 secondary_fd = launch_info.GetPTY().GetSecondaryFileDescriptor();
/openbsd/src/gnu/llvm/lldb/include/lldb/Host/
DProcessLaunchInfo.h122 PseudoTerminal &GetPTY() { return *m_pty; } in GetPTY() function
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/
DNativeProcessOpenBSD.cpp105 pid, launch_info.GetPTY().ReleasePrimaryFileDescriptor(), native_delegate, in Launch()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
DNativeProcessWindows.cpp51 launch_info.GetPTY().ReleasePrimaryFileDescriptor(), in NativeProcessWindows()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
DPlatformAppleSimulator.cpp213 int pty_fd = launch_info.GetPTY().ReleasePrimaryFileDescriptor(); in DebugProcess()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.cpp480 int pty_fd = launch_info.GetPTY().ReleasePrimaryFileDescriptor(); in DebugProcess()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
DNativeProcessFreeBSD.cpp93 pid, launch_info.GetPTY().ReleasePrimaryFileDescriptor(), native_delegate, in Launch()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/
DNativeProcessNetBSD.cpp98 pid, launch_info.GetPTY().ReleasePrimaryFileDescriptor(), native_delegate, in Launch()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Linux/
DNativeProcessLinux.cpp262 pid, launch_info.GetPTY().ReleasePrimaryFileDescriptor(), native_delegate, in Launch()
/openbsd/src/gnu/llvm/lldb/source/Target/
DPlatform.cpp1122 int pty_fd = launch_info.GetPTY().ReleasePrimaryFileDescriptor(); in DebugProcess()