Searched refs:OnRunPacketSent (Results 1 – 4 of 4) sorted by relevance
54 OnRunPacketSent(true); in SendContinuePacketAndWaitForResponse()155 OnRunPacketSent(false); in SendContinuePacketAndWaitForResponse()268 OnRunPacketSent(true); in SendvContPacket()309 void GDBRemoteClientBase::OnRunPacketSent(bool first) { in OnRunPacketSent() function in GDBRemoteClientBase
99 virtual void OnRunPacketSent(bool first);
645 void OnRunPacketSent(bool first) override;
4145 void GDBRemoteCommunicationClient::OnRunPacketSent(bool first) { in OnRunPacketSent() function in GDBRemoteCommunicationClient4146 GDBRemoteClientBase::OnRunPacketSent(first); in OnRunPacketSent()