Lines Matching refs:SendPacketAndWaitForResponse
532 if (m_gdb_comm.SendPacketAndWaitForResponse(packet, response, false) == in BuildDynamicRegisterInfo()
1083 m_gdb_comm.SendPacketAndWaitForResponse( in ConnectToDebugserver()
1555 m_gdb_comm.SendPacketAndWaitForResponse("vStopped", response, false); in HandleStopReplySequence()
2622 if (m_gdb_comm.SendPacketAndWaitForResponse("k", response, send_async) == in DoDestroy()
2789 if (m_gdb_comm.SendPacketAndWaitForResponse(packet, response, true) == in DoReadMemory()
2914 if (m_gdb_comm.SendPacketAndWaitForResponse(packet.GetString(), response, in FlashErase()
2944 if (m_gdb_comm.SendPacketAndWaitForResponse("vFlashDone", response, true) == in FlashDone()
3004 if (m_gdb_comm.SendPacketAndWaitForResponse(packet.GetString(), response, in DoWriteMemory()
4098 if (m_gdb_comm.SendPacketAndWaitForResponse(packet.GetString(), response, in GetExtendedInfoForThread()
4170 if (m_gdb_comm.SendPacketAndWaitForResponse(packet.GetString(), response, in GetLoadedDynamicLibrariesInfos_sender()
4203 if (m_gdb_comm.SendPacketAndWaitForResponse(packet.GetString(), response, in GetSharedCacheInfo()
4939 if (m_gdb_comm.SendPacketAndWaitForResponse(packet.GetString(), response, in GetFileLoadAddress()
5315 process->GetGDBRemote().SendPacketAndWaitForResponse( in DoExecute()