Lines Matching refs:SendPacketAndWaitForResponse
442 if (m_gdb_comm.SendPacketAndWaitForResponse(packet, response) == in BuildDynamicRegisterInfo()
864 m_gdb_comm.SendPacketAndWaitForResponse( in ConnectToDebugserver()
2565 if (m_gdb_comm.SendPacketAndWaitForResponse(packet, response, in DoReadMemory()
2722 if (m_gdb_comm.SendPacketAndWaitForResponse(packet.GetString(), response, in FlashErase()
2752 if (m_gdb_comm.SendPacketAndWaitForResponse("vFlashDone", response, in FlashDone()
2813 if (m_gdb_comm.SendPacketAndWaitForResponse(packet.GetString(), response, in DoWriteMemory()
3891 if (m_gdb_comm.SendPacketAndWaitForResponse(packet.GetString(), response) == in GetExtendedInfoForThread()
3960 if (m_gdb_comm.SendPacketAndWaitForResponse(packet.GetString(), response) == in GetLoadedDynamicLibrariesInfos_sender()
3981 if (m_gdb_comm.SendPacketAndWaitForResponse("jGetDyldProcessState", in GetDynamicLoaderProcessState()
4014 if (m_gdb_comm.SendPacketAndWaitForResponse(packet.GetString(), response) == in GetSharedCacheInfo()
4986 if (m_gdb_comm.SendPacketAndWaitForResponse(packet.GetString(), response) != in GetFileLoadAddress()
5151 if (m_gdb_comm.SendPacketAndWaitForResponse(packet.GetString(), response) == in SaveCore()
5407 process->GetGDBRemote().SendPacketAndWaitForResponse( in DoExecute()