Searched defs:SendPacketAndWaitForResponse (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp117 if (SendPacketAndWaitForResponse("QStartNoAckMode", response, false))
136 if (SendPacketAndWaitForResponse("QListThreadsInStopReply", response, false))
152 if (SendPacketAndWaitForResponse("qVAttachOrWaitSupported", response, false))
172 if (SendPacketAndWaitForResponse("qSyncThreadStateSupported", response, false))
224 if (SendPacketAndWaitForResponse("QThreadSuffixSupported", response, false))
244 if (SendPacketAndWaitForResponse("vCont?", response, false))
292 GDBRemoteCommunicationClient::SendPacketAndWaitForResponse function in class:GDBRemoteCommunicationClient
299 return SendPacketAndWaitForResponse (payload,
306 GDBRemoteCommunicationClient::SendPacketAndWaitForResponse function in class:GDBRemoteCommunicationClient
697 SendPacketAndWaitForResponse (
[all...]

Completed in 69 milliseconds