Searched refs:GetVContSupported (Results 1 – 3 of 3) sorted by relevance
217 bool GetVContSupported(char flavor);265 bool HasFullVContSupport() { return GetVContSupported('A'); } in HasFullVContSupport()267 bool HasAnyVContSupport() { return GetVContSupported('a'); } in HasAnyVContSupport()
866 m_gdb_comm.GetVContSupported('c'); in ConnectToDebugserver()1245 if (m_gdb_comm.GetVContSupported('c')) { in DoResume()1256 if (m_gdb_comm.GetVContSupported('C')) { in DoResume()1268 if (m_gdb_comm.GetVContSupported('s')) { in DoResume()1279 if (m_gdb_comm.GetVContSupported('S')) { in DoResume()
473 bool GDBRemoteCommunicationClient::GetVContSupported(char flavor) { in GetVContSupported() function in GDBRemoteCommunicationClient