Searched refs:GetStopReply (Results 1 – 3 of 3) sorted by relevance
294 bool GetStopReply(StringExtractorGDBRemote &response);
725 if (m_gdb_comm.GetStopReply(response)) { in DoConnectRemote()971 if (m_gdb_comm.GetStopReply(response)) { in DoLaunch()
2617 bool GDBRemoteCommunicationClient::GetStopReply( in GetStopReply() function in GDBRemoteCommunicationClient