Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp238 if (launch_info.GetPTY().GetPrimaryFileDescriptor() != in DebugProcess()
241 launch_info.GetPTY().ReleasePrimaryFileDescriptor()); in DebugProcess()
/llvm-project/lldb/source/Plugins/Platform/MacOSX/objcxx/
H A 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();
/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h121 PseudoTerminal &GetPTY() { return *m_pty; } in GetPTY() function
/llvm-project/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformAppleSimulator.cpp218 int pty_fd = launch_info.GetPTY().ReleasePrimaryFileDescriptor(); in DebugProcess()
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.cpp51 launch_info.GetPTY().ReleasePrimaryFileDescriptor(), in NativeProcessWindows()
/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp491 int pty_fd = launch_info.GetPTY().ReleasePrimaryFileDescriptor(); in DebugProcess()
/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp111 pid, launch_info.GetPTY().ReleasePrimaryFileDescriptor(), native_delegate, in Launch()
/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp97 pid, launch_info.GetPTY().ReleasePrimaryFileDescriptor(), native_delegate, in Launch()
/llvm-project/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp305 pid, launch_info.GetPTY().ReleasePrimaryFileDescriptor(), native_delegate, in Launch()
/llvm-project/lldb/source/Target/
H A DPlatform.cpp1062 int pty_fd = launch_info.GetPTY().ReleasePrimaryFileDescriptor(); in DebugProcess()