Searched refs:OnRunPacketSent (Results 1 – 4 of 4) sorted by relevance
53 OnRunPacketSent(true); in SendContinuePacketAndWaitForResponse()154 OnRunPacketSent(false); in SendContinuePacketAndWaitForResponse()297 void GDBRemoteClientBase::OnRunPacketSent(bool first) { in OnRunPacketSent() function in GDBRemoteClientBase
104 virtual void OnRunPacketSent(bool first);
628 void OnRunPacketSent(bool first) override;
4259 void GDBRemoteCommunicationClient::OnRunPacketSent(bool first) { in OnRunPacketSent() function in GDBRemoteCommunicationClient4260 GDBRemoteClientBase::OnRunPacketSent(first); in OnRunPacketSent()