Searched refs:GetVContSupported (Results 1 – 3 of 3) sorted by relevance
225 GetVContSupported (char flavor);279 return GetVContSupported ('A'); in HasFullVContSupport()285 return GetVContSupported ('a'); in HasAnyVContSupport()
846 m_gdb_comm.GetVContSupported ('c'); in ConnectToDebugserver()1115 if (m_gdb_comm.GetVContSupported ('c')) in DoResume()1126 if (m_gdb_comm.GetVContSupported ('C')) in DoResume()1137 if (m_gdb_comm.GetVContSupported ('s')) in DoResume()1148 if (m_gdb_comm.GetVContSupported ('S')) in DoResume()
233 GDBRemoteCommunicationClient::GetVContSupported (char flavor) in GetVContSupported() function in GDBRemoteCommunicationClient