Home
last modified time | relevance | path

Searched refs:OnRunPacketSent (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteClientBase.cpp50 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
DGDBRemoteClientBase.h81 virtual void OnRunPacketSent(bool first);
DGDBRemoteCommunicationClient.h611 void OnRunPacketSent(bool first) override;
DGDBRemoteCommunicationClient.cpp4162 void GDBRemoteCommunicationClient::OnRunPacketSent(bool first) { in OnRunPacketSent() function in GDBRemoteCommunicationClient
4163 GDBRemoteClientBase::OnRunPacketSent(first); in OnRunPacketSent()