Lines Matching refs:SendPacketAndWaitForResponse
464 if (m_gdb_comm.SendPacketAndWaitForResponse(packet, response, false) == in BuildDynamicRegisterInfo()
1013 m_gdb_comm.SendPacketAndWaitForResponse( in ConnectToDebugserver()
1474 m_gdb_comm.SendPacketAndWaitForResponse("vStopped", response, false); in HandleStopReplySequence()
2547 if (m_gdb_comm.SendPacketAndWaitForResponse("k", response, send_async) == in DoDestroy()
2711 if (m_gdb_comm.SendPacketAndWaitForResponse(packet, response, true) == in DoReadMemory()
2836 if (m_gdb_comm.SendPacketAndWaitForResponse(packet.GetString(), response, in FlashErase()
2866 if (m_gdb_comm.SendPacketAndWaitForResponse("vFlashDone", response, true) == in FlashDone()
2926 if (m_gdb_comm.SendPacketAndWaitForResponse(packet.GetString(), response, in DoWriteMemory()
4010 if (m_gdb_comm.SendPacketAndWaitForResponse(packet.GetString(), response, in GetExtendedInfoForThread()
4083 if (m_gdb_comm.SendPacketAndWaitForResponse(packet.GetString(), response, in GetLoadedDynamicLibrariesInfos_sender()
4117 if (m_gdb_comm.SendPacketAndWaitForResponse(packet.GetString(), response, in GetSharedCacheInfo()
4884 if (m_gdb_comm.SendPacketAndWaitForResponse(packet.GetString(), response, in GetFileLoadAddress()
5264 process->GetGDBRemote().SendPacketAndWaitForResponse( in DoExecute()