Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteClientBase.h40 lldb::StateType SendContinuePacketAndWaitForResponse(
DGDBRemoteClientBase.cpp36 StateType GDBRemoteClientBase::SendContinuePacketAndWaitForResponse( in SendContinuePacketAndWaitForResponse() function in GDBRemoteClientBase
DProcessGDBRemote.cpp3714 process->GetGDBRemote().SendContinuePacketAndWaitForResponse( in AsyncThread()
/external/llvm-project/lldb/unittests/Process/gdb-remote/
DGDBRemoteClientBaseTest.cpp64 return client.SendContinuePacketAndWaitForResponse(delegate, LinuxSignals(), in SendCPacket()