Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h136 StreamString PrepareStopReplyPacketForThread(NativeThreadProtocol &thread);
H A DGDBRemoteCommunicationServerLLGS.cpp795 GDBRemoteCommunicationServerLLGS::PrepareStopReplyPacketForThread( in PrepareStopReplyPacketForThread() function in GDBRemoteCommunicationServerLLGS
1005 StreamString response = PrepareStopReplyPacketForThread(*thread); in SendStopReplyPacketForThread()
1027 StreamString stop_reply = PrepareStopReplyPacketForThread(listed_thread); in EnqueueStopReplyPackets()
1900 StreamString stop_reply = PrepareStopReplyPacketForThread(*thread); in Handle_stop_reason()