Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h112 MainLoop::ReadHandleUP m_stdio_handle_up; variable
H A DGDBRemoteCommunicationServerLLGS.cpp1234 assert(!m_stdio_handle_up); in StartSTDIOForwarding()
1235 m_stdio_handle_up = m_mainloop.RegisterReadObject( in StartSTDIOForwarding()
1239 if (!m_stdio_handle_up) { in StartSTDIOForwarding()
1248 m_stdio_handle_up.reset(); in StopSTDIOForwarding()
1272 m_stdio_handle_up.reset(); in SendProcessOutput()