Searched refs:GetStopReply (Results 1 – 3 of 3) sorted by relevance
270 bool GetStopReply(StringExtractorGDBRemote &response);
558 if (m_gdb_comm.GetStopReply(response)) { in DoConnectRemote()877 if (m_gdb_comm.GetStopReply(response)) { in DoLaunch()
2748 bool GDBRemoteCommunicationClient::GetStopReply( in GetStopReply() function in GDBRemoteCommunicationClient