Searched refs:GetVContSupported (Results 1 – 3 of 3) sorted by relevance
258 bool GetVContSupported(char flavor);301 bool HasFullVContSupport() { return GetVContSupported('A'); } in HasFullVContSupport()303 bool HasAnyVContSupport() { return GetVContSupported('a'); } in HasAnyVContSupport()
1008 m_gdb_comm.GetVContSupported('c'); in ConnectToDebugserver()1285 if (m_gdb_comm.GetVContSupported('c')) { in DoResume()1296 if (m_gdb_comm.GetVContSupported('C')) { in DoResume()1308 if (m_gdb_comm.GetVContSupported('s')) { in DoResume()1319 if (m_gdb_comm.GetVContSupported('S')) { in DoResume()1398 if (m_gdb_comm.GetVContSupported('s')) in DoResume()
396 bool GDBRemoteCommunicationClient::GetVContSupported(char flavor) { in GetVContSupported() function in GDBRemoteCommunicationClient