Searched refs:OnRunPacketSent (Results 1 – 4 of 4) sorted by relevance
50 OnRunPacketSent(true); in SendContinuePacketAndWaitForResponse()130 OnRunPacketSent(false); in SendContinuePacketAndWaitForResponse()240 OnRunPacketSent(true); in SendvContPacket()281 void GDBRemoteClientBase::OnRunPacketSent(bool first) { in OnRunPacketSent() function in GDBRemoteClientBase
81 virtual void OnRunPacketSent(bool first);
611 void OnRunPacketSent(bool first) override;
4162 void GDBRemoteCommunicationClient::OnRunPacketSent(bool first) { in OnRunPacketSent() function in GDBRemoteCommunicationClient4163 GDBRemoteClientBase::OnRunPacketSent(first); in OnRunPacketSent()