Lines Matching refs:StringExtractorGDBRemote

456   for (StringExtractorGDBRemote::ResponseType response_type =  in BuildDynamicRegisterInfo()
457 StringExtractorGDBRemote::eResponse; in BuildDynamicRegisterInfo()
458 response_type == StringExtractorGDBRemote::eResponse; ++reg_num) { in BuildDynamicRegisterInfo()
463 StringExtractorGDBRemote response; in BuildDynamicRegisterInfo()
467 if (response_type == StringExtractorGDBRemote::eResponse) { in BuildDynamicRegisterInfo()
658 StringExtractorGDBRemote response; in DoConnectRemote()
902 StringExtractorGDBRemote response; in DoLaunch()
1012 StringExtractorGDBRemote response; in ConnectToDebugserver()
1473 StringExtractorGDBRemote response; in HandleStopReplySequence()
1568 StringExtractorGDBRemote &stop_info = m_stop_packet_stack[i]; in UpdateThreadIDList()
1715 StringExtractorGDBRemote stop_packet; in CalculateThreadStopInfo()
2367 StringExtractorGDBRemote stop_info = m_stop_packet_stack[i]; in RefreshStateAfterStop()
2542 StringExtractorGDBRemote response; in DoDestroy()
2607 const StringExtractorGDBRemote &response) { in SetLastStopPacket()
2710 StringExtractorGDBRemote response; in DoReadMemory()
2835 StringExtractorGDBRemote response; in FlashErase()
2865 StringExtractorGDBRemote response; in FlashDone()
2925 StringExtractorGDBRemote response; in DoWriteMemory()
3633 bool ProcessGDBRemote::HandleNotifyPacket(StringExtractorGDBRemote &packet) { in HandleNotifyPacket()
3637 StringExtractorGDBRemote stop_info(pkt.c_str() + 5); in HandleNotifyPacket()
3698 StringExtractorGDBRemote response; in AsyncThread()
3811 StringExtractorGDBRemote notify( in AsyncThread()
4008 StringExtractorGDBRemote response; in GetExtendedInfoForThread()
4013 StringExtractorGDBRemote::ResponseType response_type = in GetExtendedInfoForThread()
4015 if (response_type == StringExtractorGDBRemote::eResponse) { in GetExtendedInfoForThread()
4081 StringExtractorGDBRemote response; in GetLoadedDynamicLibrariesInfos_sender()
4086 StringExtractorGDBRemote::ResponseType response_type = in GetLoadedDynamicLibrariesInfos_sender()
4088 if (response_type == StringExtractorGDBRemote::eResponse) { in GetLoadedDynamicLibrariesInfos_sender()
4115 StringExtractorGDBRemote response; in GetSharedCacheInfo()
4120 StringExtractorGDBRemote::ResponseType response_type = in GetSharedCacheInfo()
4122 if (response_type == StringExtractorGDBRemote::eResponse) { in GetSharedCacheInfo()
4883 StringExtractorGDBRemote response; in GetFileLoadAddress()
4938 StringExtractorGDBRemote profileDataExtractor( in HandleAsyncMisc()
4954 StringExtractorGDBRemote &profileDataExtractor) { in HarmonizeThreadIdsForProfileData()
5263 StringExtractorGDBRemote response; in DoExecute()
5315 StringExtractorGDBRemote response; in DoExecute()