Searched refs:SetSTDIOFileDescriptor (Results 1 – 8 of 8) sorted by relevance
198 Status SetSTDIOFileDescriptor(int fd);
258 Status status = SetSTDIOFileDescriptor(terminal_fd); in LaunchProcess()313 Status status = SetSTDIOFileDescriptor(terminal_fd); in AttachToProcess()950 Status GDBRemoteCommunicationServerLLGS::SetSTDIOFileDescriptor(int fd) { function in GDBRemoteCommunicationServerLLGS
991 SetSTDIOFileDescriptor(pty.ReleaseMasterFileDescriptor()); in DoLaunch()
338 process_sp->SetSTDIOFileDescriptor(pty_fd); in DebugProcess()
337 SetSTDIOFileDescriptor(m_monitor->GetTerminalFD()); in DoAttachToProcessWithID()438 SetSTDIOFileDescriptor(stdio); in DoLaunch()
2587 void SetSTDIOFileDescriptor(int file_descriptor);
1197 process_sp->SetSTDIOFileDescriptor(pty_fd); in DebugProcess()
4658 void Process::SetSTDIOFileDescriptor(int fd) { in SetSTDIOFileDescriptor() function in Process