Home
last modified time | relevance | path

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

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