Searched refs:SetSTDIOFileDescriptor (Results 1 – 8 of 8) sorted by relevance
240 process_sp->SetSTDIOFileDescriptor( in DebugProcess()
282 Status SetSTDIOFileDescriptor(int fd);
320 Status status = SetSTDIOFileDescriptor(terminal_fd); in LaunchProcess()377 Status status = SetSTDIOFileDescriptor(terminal_fd); in AttachToProcess()1209 Status GDBRemoteCommunicationServerLLGS::SetSTDIOFileDescriptor(int fd) { in SetSTDIOFileDescriptor() function in GDBRemoteCommunicationServerLLGS
807 SetSTDIOFileDescriptor(pty.ReleasePrimaryFileDescriptor()); in DoLaunch()
493 process_sp->SetSTDIOFileDescriptor(pty_fd); in DebugProcess()
2517 void SetSTDIOFileDescriptor(int file_descriptor);
1063 process_sp->SetSTDIOFileDescriptor(pty_fd); in DebugProcess()
4765 void Process::SetSTDIOFileDescriptor(int fd) { in SetSTDIOFileDescriptor() function in Process