Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.h25 virtual void HandleStopReply() = 0;
H A DGDBRemoteClientBase.cpp143 delegate.HandleStopReply(); in SendContinuePacketAndWaitForResponse()
H A DProcessGDBRemote.h432 void HandleStopReply() override;
H A DProcessGDBRemote.cpp4795 void ProcessGDBRemote::HandleStopReply() { in HandleStopReply() function in ProcessGDBRemote
/llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteClientBaseTest.cpp34 void HandleStopReply() override { ++stop_reply_called; } in HandleStopReply() function