Lines Matching refs:StringExtractorGDBRemote
462 for (StringExtractorGDBRemote::ResponseType response_type = in BuildDynamicRegisterInfo()
463 StringExtractorGDBRemote::eResponse; in BuildDynamicRegisterInfo()
464 response_type == StringExtractorGDBRemote::eResponse; ++reg_num) { in BuildDynamicRegisterInfo()
469 StringExtractorGDBRemote response; in BuildDynamicRegisterInfo()
473 if (response_type == StringExtractorGDBRemote::eResponse) { in BuildDynamicRegisterInfo()
664 StringExtractorGDBRemote response; in DoConnectRemote()
908 StringExtractorGDBRemote response; in DoLaunch()
1018 StringExtractorGDBRemote response; in ConnectToDebugserver()
1477 StringExtractorGDBRemote response; in HandleStopReplySequence()
1502 StringExtractorGDBRemote thread_ids{value}; in UpdateThreadIDsFromStopReplyThreadsValue()
1509 tid != StringExtractorGDBRemote::AllProcesses) in UpdateThreadIDsFromStopReplyThreadsValue()
1572 StringExtractorGDBRemote &stop_info = m_stop_packet_stack[i]; in UpdateThreadIDList()
1719 StringExtractorGDBRemote stop_packet; in CalculateThreadStopInfo()
2201 StringExtractorGDBRemote thread_id{value}; in SetThreadStopInfo()
2392 StringExtractorGDBRemote stop_info = m_stop_packet_stack[i]; in RefreshStateAfterStop()
2569 StringExtractorGDBRemote response; in DoDestroy()
2634 const StringExtractorGDBRemote &response) { in SetLastStopPacket()
2737 StringExtractorGDBRemote response; in DoReadMemory()
2894 StringExtractorGDBRemote response; in FlashErase()
2924 StringExtractorGDBRemote response; in FlashDone()
2985 StringExtractorGDBRemote response; in DoWriteMemory()
3697 bool ProcessGDBRemote::HandleNotifyPacket(StringExtractorGDBRemote &packet) { in HandleNotifyPacket()
3701 StringExtractorGDBRemote stop_info(pkt.c_str() + 5); in HandleNotifyPacket()
3775 StringExtractorGDBRemote response; in AsyncThread()
3890 StringExtractorGDBRemote notify( in AsyncThread()
4087 StringExtractorGDBRemote response; in GetExtendedInfoForThread()
4091 StringExtractorGDBRemote::ResponseType response_type = in GetExtendedInfoForThread()
4093 if (response_type == StringExtractorGDBRemote::eResponse) { in GetExtendedInfoForThread()
4159 StringExtractorGDBRemote response; in GetLoadedDynamicLibrariesInfos_sender()
4163 StringExtractorGDBRemote::ResponseType response_type = in GetLoadedDynamicLibrariesInfos_sender()
4165 if (response_type == StringExtractorGDBRemote::eResponse) { in GetLoadedDynamicLibrariesInfos_sender()
4192 StringExtractorGDBRemote response; in GetSharedCacheInfo()
4196 StringExtractorGDBRemote::ResponseType response_type = in GetSharedCacheInfo()
4198 if (response_type == StringExtractorGDBRemote::eResponse) { in GetSharedCacheInfo()
4959 StringExtractorGDBRemote response; in GetFileLoadAddress()
5013 StringExtractorGDBRemote profileDataExtractor( in HandleAsyncMisc()
5029 StringExtractorGDBRemote &profileDataExtractor) { in HarmonizeThreadIdsForProfileData()
5335 StringExtractorGDBRemote response; in DoExecute()
5385 StringExtractorGDBRemote response; in DoExecute()