Searched refs:GetVContSupported (Results 1 – 3 of 3) sorted by relevance
252 bool GetVContSupported(char flavor);293 bool HasFullVContSupport() { return GetVContSupported('A'); } in HasFullVContSupport()295 bool HasAnyVContSupport() { return GetVContSupported('a'); } in HasAnyVContSupport()
1002 m_gdb_comm.GetVContSupported('c'); in ConnectToDebugserver()1281 if (m_gdb_comm.GetVContSupported('c')) { in DoResume()1292 if (m_gdb_comm.GetVContSupported('C')) { in DoResume()1304 if (m_gdb_comm.GetVContSupported('s')) { in DoResume()1315 if (m_gdb_comm.GetVContSupported('S')) { in DoResume()1394 if (m_gdb_comm.GetVContSupported('s')) in DoResume()
464 bool GDBRemoteCommunicationClient::GetVContSupported(char flavor) { in GetVContSupported() function in GDBRemoteCommunicationClient