Home
last modified time | relevance | path

Searched refs:SetSTDIOFileDescriptor (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp233 process_sp->SetSTDIOFileDescriptor( in DebugProcess()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h276 Status SetSTDIOFileDescriptor(int fd);
H A DGDBRemoteCommunicationServerLLGS.cpp324 Status status = SetSTDIOFileDescriptor(terminal_fd); in LaunchProcess()
381 Status status = SetSTDIOFileDescriptor(terminal_fd); in AttachToProcess()
1208 Status GDBRemoteCommunicationServerLLGS::SetSTDIOFileDescriptor(int fd) { in SetSTDIOFileDescriptor() function in GDBRemoteCommunicationServerLLGS
H A DProcessGDBRemote.cpp894 SetSTDIOFileDescriptor(pty.ReleasePrimaryFileDescriptor()); in DoLaunch()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformAppleSimulator.cpp214 process_sp->SetSTDIOFileDescriptor(pty_fd); in DebugProcess()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp481 process_sp->SetSTDIOFileDescriptor(pty_fd); in DebugProcess()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h2327 void SetSTDIOFileDescriptor(int file_descriptor);
/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp1121 process_sp->SetSTDIOFileDescriptor(pty_fd); in DebugProcess()
H A DProcess.cpp4468 void Process::SetSTDIOFileDescriptor(int fd) { in SetSTDIOFileDescriptor() function in Process