Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerLLGS.cpp254 auto terminal_fd = m_debugged_process_sp->GetTerminalFileDescriptor (); in LaunchProcess() local
255 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() local
320 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()