Searched refs:GetPTY (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/QemuUser/ |
| H A D | PlatformQemuUser.cpp | 234 if (launch_info.GetPTY().GetPrimaryFileDescriptor() != in DebugProcess() 237 launch_info.GetPTY().ReleasePrimaryFileDescriptor()); in DebugProcess()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/objcxx/ |
| H A D | PlatformiOSSimulatorCoreSimulatorSupport.mm | 402 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/ |
| H A D | ProcessLaunchInfo.h | 122 PseudoTerminal &GetPTY() { return *m_pty; } in GetPTY() function
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/ |
| H A D | NativeProcessOpenBSD.cpp | 105 pid, launch_info.GetPTY().ReleasePrimaryFileDescriptor(), native_delegate, in Launch()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | NativeProcessWindows.cpp | 51 launch_info.GetPTY().ReleasePrimaryFileDescriptor(), in NativeProcessWindows()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/ |
| H A D | PlatformAppleSimulator.cpp | 213 int pty_fd = launch_info.GetPTY().ReleasePrimaryFileDescriptor(); in DebugProcess()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 480 int pty_fd = launch_info.GetPTY().ReleasePrimaryFileDescriptor(); in DebugProcess()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeProcessFreeBSD.cpp | 93 pid, launch_info.GetPTY().ReleasePrimaryFileDescriptor(), native_delegate, in Launch()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeProcessNetBSD.cpp | 98 pid, launch_info.GetPTY().ReleasePrimaryFileDescriptor(), native_delegate, in Launch()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeProcessLinux.cpp | 262 pid, launch_info.GetPTY().ReleasePrimaryFileDescriptor(), native_delegate, in Launch()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Platform.cpp | 1122 int pty_fd = launch_info.GetPTY().ReleasePrimaryFileDescriptor(); in DebugProcess()
|