Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h122 std::deque<std::string> m_stdio_notification_queue; variable
H A DGDBRemoteCommunicationServerLLGS.cpp1203 return SendNotificationPacketNoLock("Stdio", m_stdio_notification_queue, in SendONotification()
3973 m_stdio_notification_queue.clear(); in Handle_QNonStop()
4010 return HandleNotificationAck(m_stdio_notification_queue); in Handle_vStopped()