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()1206 Status GDBRemoteCommunicationServerLLGS::SetSTDIOFileDescriptor(int fd) { in SetSTDIOFileDescriptor() function in GDBRemoteCommunicationServerLLGS
797 SetSTDIOFileDescriptor(pty.ReleasePrimaryFileDescriptor()); in DoLaunch()
484 process_sp->SetSTDIOFileDescriptor(pty_fd); in DebugProcess()
2455 void SetSTDIOFileDescriptor(int file_descriptor);
1128 process_sp->SetSTDIOFileDescriptor(pty_fd); in DebugProcess()
4534 void Process::SetSTDIOFileDescriptor(int fd) { in SetSTDIOFileDescriptor() function in Process