Home
last modified time | relevance | path

Searched defs:HandleStopReply (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteClientBaseTest.cpp34 void HandleStopReply() override { ++stop_reply_called; } in HandleStopReply() function
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp5307 void ProcessGDBRemote::HandleStopReply() { HandleStopReply() function in ProcessGDBRemote