Home
last modified time | relevance | path

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

/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.cpp5369 void ProcessGDBRemote::HandleStopReply() {
5307 void ProcessGDBRemote::HandleStopReply() { HandleStopReply() function in ProcessGDBRemote
/llvm-project/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteClientBaseTest.cpp34 void HandleStopReply() override { ++stop_reply_called; } in HandleStopReply() function