Searched refs:terminal_fd (Results 1 – 1 of 1) sorted by relevance
254 auto terminal_fd = m_debugged_process_sp->GetTerminalFileDescriptor (); in LaunchProcess() local255 if (terminal_fd >= 0) in LaunchProcess()258 …sGDBRemoteCommunicationServerLLGS::%s setting inferior STDIO fd to %d", __FUNCTION__, terminal_fd); in LaunchProcess()259 error = SetSTDIOFileDescriptor (terminal_fd); in LaunchProcess()266 …rverLLGS::%s ignoring inferior STDIO since terminal fd reported as %d", __FUNCTION__, terminal_fd); in LaunchProcess()319 auto terminal_fd = m_debugged_process_sp->GetTerminalFileDescriptor (); in AttachToProcess() local320 if (terminal_fd >= 0) in AttachToProcess()323 …sGDBRemoteCommunicationServerLLGS::%s setting inferior STDIO fd to %d", __FUNCTION__, terminal_fd); in AttachToProcess()324 error = SetSTDIOFileDescriptor (terminal_fd); in AttachToProcess()331 …rverLLGS::%s ignoring inferior STDIO since terminal fd reported as %d", __FUNCTION__, terminal_fd); in AttachToProcess()