Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.h29 virtual void HandleStopReply() = 0;
H A DGDBRemoteClientBase.cpp142 delegate.HandleStopReply(); in SendContinuePacketAndWaitForResponse()
H A DProcessGDBRemote.h440 void HandleStopReply() override;
H A DProcessGDBRemote.cpp5307 void ProcessGDBRemote::HandleStopReply() { in HandleStopReply() function in ProcessGDBRemote