Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/objcxx/
DPlatformiOSSimulatorCoreSimulatorSupport.mm407 const int master_fd = launch_info.GetPTY().GetPrimaryFileDescriptor();
410 FileSpec secondary_spec(launch_info.GetPTY().GetSecondaryName());
413 launch_info.GetPTY().GetSecondaryFileDescriptor();
415 if (llvm::Error Err = launch_info.GetPTY().OpenSecondary(O_RDWR))
418 secondary_fd = launch_info.GetPTY().GetSecondaryFileDescriptor();
/external/llvm-project/lldb/include/lldb/Host/
DProcessLaunchInfo.h124 PseudoTerminal &GetPTY() { return *m_pty; } in GetPTY() function
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformAppleSimulator.cpp212 int pty_fd = launch_info.GetPTY().ReleasePrimaryFileDescriptor(); in DebugProcess()
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DNativeProcessWindows.cpp51 launch_info.GetPTY().ReleasePrimaryFileDescriptor(), in NativeProcessWindows()
/external/llvm-project/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.cpp517 int pty_fd = launch_info.GetPTY().ReleasePrimaryFileDescriptor(); in DebugProcess()
/external/llvm-project/lldb/source/Plugins/Process/FreeBSDRemote/
DNativeProcessFreeBSD.cpp93 pid, launch_info.GetPTY().ReleasePrimaryFileDescriptor(), native_delegate, in Launch()
/external/llvm-project/lldb/source/Plugins/Process/NetBSD/
DNativeProcessNetBSD.cpp98 pid, launch_info.GetPTY().ReleasePrimaryFileDescriptor(), native_delegate, in Launch()
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DProcessFreeBSD.cpp384 const FileSpec dbg_pts_file_spec{launch_info.GetPTY().GetSecondaryName()}; in DoLaunch()
/external/llvm-project/lldb/source/Target/
DPlatform.cpp1154 int pty_fd = launch_info.GetPTY().ReleasePrimaryFileDescriptor(); in DebugProcess()
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeProcessLinux.cpp259 pid, launch_info.GetPTY().ReleasePrimaryFileDescriptor(), native_delegate, in Launch()