Searched refs:OnRunPacketSent (Results 1 – 4 of 4) sorted by relevance
54 OnRunPacketSent(true); in SendContinuePacketAndWaitForResponse()155 OnRunPacketSent(false); in SendContinuePacketAndWaitForResponse()281 void GDBRemoteClientBase::OnRunPacketSent(bool first) { in OnRunPacketSent() function in GDBRemoteClientBase
95 virtual void OnRunPacketSent(bool first);
629 void OnRunPacketSent(bool first) override;
4253 void GDBRemoteCommunicationClient::OnRunPacketSent(bool first) { in OnRunPacketSent() function in GDBRemoteCommunicationClient4254 GDBRemoteClientBase::OnRunPacketSent(first); in OnRunPacketSent()