Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.h40 lldb::StateType SendContinuePacketAndWaitForResponse(
H A DGDBRemoteClientBase.cpp39 StateType GDBRemoteClientBase::SendContinuePacketAndWaitForResponse( in SendContinuePacketAndWaitForResponse() function in GDBRemoteClientBase
H A DProcessGDBRemote.cpp3528 GetGDBRemote().SendContinuePacketAndWaitForResponse( in AsyncThread()
/llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteClientBaseTest.cpp66 return client.SendContinuePacketAndWaitForResponse(delegate, LinuxSignals(), in SendCPacket()