Searched refs:GetVContSupported (Results 1 – 3 of 3) sorted by relevance
276 GetVContSupported (char flavor);333 return GetVContSupported ('A'); in HasFullVContSupport()339 return GetVContSupported ('a'); in HasAnyVContSupport()
947 m_gdb_comm.GetVContSupported ('c'); in ConnectToDebugserver()1187 if (m_gdb_comm.GetVContSupported ('c')) in DoResume()1198 if (m_gdb_comm.GetVContSupported ('C')) in DoResume()1209 if (m_gdb_comm.GetVContSupported ('s')) in DoResume()1220 if (m_gdb_comm.GetVContSupported ('S')) in DoResume()
376 GDBRemoteCommunicationClient::GetVContSupported (char flavor) in GetVContSupported() function in GDBRemoteCommunicationClient