Searched refs:ReleasePrimaryFileDescriptor (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/lldb/include/lldb/Host/ |
| H A D | PseudoTerminal.h | 162 int ReleasePrimaryFileDescriptor();
|
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | PseudoTerminal.cpp | 202 int PseudoTerminal::ReleasePrimaryFileDescriptor() { in ReleasePrimaryFileDescriptor() function in PseudoTerminal
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/QemuUser/ |
| H A D | PlatformQemuUser.cpp | 234 launch_info.GetPTY().ReleasePrimaryFileDescriptor()); in DebugProcess()
|
| /llvm-project-15.0.7/lldb/unittests/Host/ |
| H A D | MainLoopTest.cpp | 158 term.ReleasePrimaryFileDescriptor(), true); in TEST_F()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/ |
| H A D | PlatformAppleSimulator.cpp | 212 int pty_fd = launch_info.GetPTY().ReleasePrimaryFileDescriptor(); in DebugProcess()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | NativeProcessWindows.cpp | 51 launch_info.GetPTY().ReleasePrimaryFileDescriptor(), in NativeProcessWindows()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 479 int pty_fd = launch_info.GetPTY().ReleasePrimaryFileDescriptor(); in DebugProcess()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeProcessFreeBSD.cpp | 93 pid, launch_info.GetPTY().ReleasePrimaryFileDescriptor(), native_delegate, in Launch()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeProcessNetBSD.cpp | 98 pid, launch_info.GetPTY().ReleasePrimaryFileDescriptor(), native_delegate, in Launch()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeProcessLinux.cpp | 266 pid, launch_info.GetPTY().ReleasePrimaryFileDescriptor(), native_delegate, in Launch()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Platform.cpp | 1119 int pty_fd = launch_info.GetPTY().ReleasePrimaryFileDescriptor(); in DebugProcess()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 894 SetSTDIOFileDescriptor(pty.ReleasePrimaryFileDescriptor()); in DoLaunch()
|