Searched refs:GetPTY (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/objcxx/ |
D | PlatformiOSSimulatorCoreSimulatorSupport.mm | 407 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/ |
D | ProcessLaunchInfo.h | 124 PseudoTerminal &GetPTY() { return *m_pty; } in GetPTY() function
|
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/ |
D | PlatformAppleSimulator.cpp | 212 int pty_fd = launch_info.GetPTY().ReleasePrimaryFileDescriptor(); in DebugProcess()
|
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
D | NativeProcessWindows.cpp | 51 launch_info.GetPTY().ReleasePrimaryFileDescriptor(), in NativeProcessWindows()
|
/external/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
D | PlatformPOSIX.cpp | 517 int pty_fd = launch_info.GetPTY().ReleasePrimaryFileDescriptor(); in DebugProcess()
|
/external/llvm-project/lldb/source/Plugins/Process/FreeBSDRemote/ |
D | NativeProcessFreeBSD.cpp | 93 pid, launch_info.GetPTY().ReleasePrimaryFileDescriptor(), native_delegate, in Launch()
|
/external/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
D | NativeProcessNetBSD.cpp | 98 pid, launch_info.GetPTY().ReleasePrimaryFileDescriptor(), native_delegate, in Launch()
|
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
D | ProcessFreeBSD.cpp | 384 const FileSpec dbg_pts_file_spec{launch_info.GetPTY().GetSecondaryName()}; in DoLaunch()
|
/external/llvm-project/lldb/source/Target/ |
D | Platform.cpp | 1154 int pty_fd = launch_info.GetPTY().ReleasePrimaryFileDescriptor(); in DebugProcess()
|
/external/llvm-project/lldb/source/Plugins/Process/Linux/ |
D | NativeProcessLinux.cpp | 259 pid, launch_info.GetPTY().ReleasePrimaryFileDescriptor(), native_delegate, in Launch()
|