Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1027 StreamString stop_reply = PrepareStopReplyPacketForThread(listed_thread); in EnqueueStopReplyPackets() local
1028 if (!stop_reply.Empty()) in EnqueueStopReplyPackets()
1029 m_stop_notification_queue.push_back(stop_reply.GetString().str()); in EnqueueStopReplyPackets()
1900 StreamString stop_reply = PrepareStopReplyPacketForThread(*thread); in Handle_stop_reason() local
1901 if (!stop_reply.Empty()) in Handle_stop_reason()
1902 m_stop_notification_queue.push_back(stop_reply.GetString().str()); in Handle_stop_reason()