Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h132 PacketResult SendStopReplyPacketForThread(NativeProcessProtocol &process,
H A DGDBRemoteCommunicationServerLLGS.cpp1000 GDBRemoteCommunicationServerLLGS::SendStopReplyPacketForThread( in SendStopReplyPacketForThread() function in GDBRemoteCommunicationServerLLGS
1957 return SendStopReplyPacketForThread(process, tid, force_synchronous); in SendStopReasonForState()
3598 return SendStopReplyPacketForThread(*m_current_process, tid, in Handle_qThreadStopInfo()
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DRNBRemote.h249 rnb_err_t SendStopReplyPacketForThread(nub_thread_t tid);
H A DRNBRemote.cpp1609 return SendStopReplyPacketForThread(tid); in HandlePacket_qThreadStopInfo()
2684 rnb_err_t RNBRemote::SendStopReplyPacketForThread(nub_thread_t tid) { in SendStopReplyPacketForThread() function in RNBRemote
2918 SendStopReplyPacketForThread(tid); in HandlePacket_last_signal()