Searched refs:OnRunPacketSent (Results 1 – 4 of 4) sorted by relevance
52 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
84 virtual void OnRunPacketSent(bool first);
603 void OnRunPacketSent(bool first) override;
4009 void GDBRemoteCommunicationClient::OnRunPacketSent(bool first) { in OnRunPacketSent() function in GDBRemoteCommunicationClient4010 GDBRemoteClientBase::OnRunPacketSent(first); in OnRunPacketSent()