Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h132 PacketResult SendStopReplyPacketForThread(NativeProcessProtocol &process,
H A DGDBRemoteCommunicationServerLLGS.cpp998 GDBRemoteCommunicationServerLLGS::SendStopReplyPacketForThread( in SendStopReplyPacketForThread() function in GDBRemoteCommunicationServerLLGS
1962 return SendStopReplyPacketForThread(process, tid, force_synchronous); in SendStopReasonForState()
3612 return SendStopReplyPacketForThread(*m_current_process, tid, in Handle_qThreadStopInfo()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DRNBRemote.h251 rnb_err_t SendStopReplyPacketForThread(nub_thread_t tid);
H A DRNBRemote.cpp1613 return SendStopReplyPacketForThread(tid); in HandlePacket_qThreadStopInfo()
2688 rnb_err_t RNBRemote::SendStopReplyPacketForThread(nub_thread_t tid) { in SendStopReplyPacketForThread() function in RNBRemote
2922 SendStopReplyPacketForThread(tid); in HandlePacket_last_signal()