Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.cpp52 OnRunPacketSent(true); in SendContinuePacketAndWaitForResponse()
135 OnRunPacketSent(false); in SendContinuePacketAndWaitForResponse()
247 OnRunPacketSent(true); in SendvContPacket()
288 void GDBRemoteClientBase::OnRunPacketSent(bool first) { in OnRunPacketSent() function in GDBRemoteClientBase
H A DGDBRemoteClientBase.h84 virtual void OnRunPacketSent(bool first);
H A DGDBRemoteCommunicationClient.h603 void OnRunPacketSent(bool first) override;
H A DGDBRemoteCommunicationClient.cpp4009 void GDBRemoteCommunicationClient::OnRunPacketSent(bool first) { in OnRunPacketSent() function in GDBRemoteCommunicationClient
4010 GDBRemoteClientBase::OnRunPacketSent(first); in OnRunPacketSent()