Searched refs:SendPacketAndWaitForResponse (Results 1 – 4 of 4) sorted by relevance
/external/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationClient.cpp | 117 if (SendPacketAndWaitForResponse("QStartNoAckMode", response, false)) in QueryNoAckModeSupported() 136 if (SendPacketAndWaitForResponse("QListThreadsInStopReply", response, false)) in GetListThreadsInStopReplySupported() 152 if (SendPacketAndWaitForResponse("qVAttachOrWaitSupported", response, false)) in GetVAttachOrWaitSupported() 172 if (SendPacketAndWaitForResponse("qSyncThreadStateSupported", response, false)) in GetSyncThreadStateSupported() 224 if (SendPacketAndWaitForResponse("QThreadSuffixSupported", response, false)) in GetThreadSuffixSupported() 244 if (SendPacketAndWaitForResponse("vCont?", response, false)) in GetVContSupported() 292 GDBRemoteCommunicationClient::SendPacketAndWaitForResponse in SendPacketAndWaitForResponse() function in GDBRemoteCommunicationClient 299 return SendPacketAndWaitForResponse (payload, in SendPacketAndWaitForResponse() 306 GDBRemoteCommunicationClient::SendPacketAndWaitForResponse in SendPacketAndWaitForResponse() function in GDBRemoteCommunicationClient 697 SendPacketAndWaitForResponse (&m_async_packet[0], in SendContinuePacketAndWaitForResponse() [all …]
|
D | GDBRemoteRegisterContext.cpp | 162 if (gdb_comm.SendPacketAndWaitForResponse(packet, response, false)) in GetPrimordialRegister() 203 if (gdb_comm.SendPacketAndWaitForResponse(packet, response, false)) in ReadRegisterBytes() 321 if (gdb_comm.SendPacketAndWaitForResponse(packet.GetString().c_str(), in SetPrimordialRegister() 344 if (gdb_comm.SendPacketAndWaitForResponse(packet.GetString().c_str(), in SyncThreadState() 409 if (gdb_comm.SendPacketAndWaitForResponse(packet.GetString().c_str(), in WriteRegisterBytes() 520 if (gdb_comm.SendPacketAndWaitForResponse(packet, packet_len, response, false)) in ReadAllRegisterValues() 589 if (gdb_comm.SendPacketAndWaitForResponse (G_packet, in WriteAllRegisterValues() 658 … if (gdb_comm.SendPacketAndWaitForResponse(packet.GetString().c_str(), in WriteAllRegisterValues()
|
D | GDBRemoteCommunicationClient.h | 52 SendPacketAndWaitForResponse (const char *send_payload, 57 SendPacketAndWaitForResponse (const char *send_payload,
|
D | ProcessGDBRemote.cpp | 325 if (m_gdb_comm.SendPacketAndWaitForResponse(packet, packet_len, response, false)) in BuildDynamicRegisterInfo() 562 if (m_gdb_comm.SendPacketAndWaitForResponse("?", 1, m_last_stop_packet, false)) in DoConnectRemote() 760 if (m_gdb_comm.SendPacketAndWaitForResponse("?", 1, m_last_stop_packet, false)) in DoLaunch() 853 …m_gdb_comm.SendPacketAndWaitForResponse (GetExtraStartupCommands().GetArgumentAtIndex(idx), respon… in ConnectToDebugserver() 1929 if (m_gdb_comm.SendPacketAndWaitForResponse("k", 1, response, send_async)) in DoDestroy() 2031 if (m_gdb_comm.SendPacketAndWaitForResponse(packet, packet_len, response, true)) in DoReadMemory() 2067 if (m_gdb_comm.SendPacketAndWaitForResponse(packet.GetData(), packet.GetSize(), response, true)) in DoWriteMemory() 3173 … process->GetGDBRemote().SendPacketAndWaitForResponse(packet_cstr, response, send_async); in DoExecute() 3232 process->GetGDBRemote().SendPacketAndWaitForResponse(packet_cstr, response, send_async); in DoExecute()
|