reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
234 bool GetVContSupported(char flavor);
275 bool HasFullVContSupport() { return GetVContSupported('A'); } 277 bool HasAnyVContSupport() { return GetVContSupported('a'); }tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
1032 m_gdb_comm.GetVContSupported('c'); 1316 if (m_gdb_comm.GetVContSupported('c')) { 1327 if (m_gdb_comm.GetVContSupported('C')) { 1339 if (m_gdb_comm.GetVContSupported('s')) { 1350 if (m_gdb_comm.GetVContSupported('S')) { 1429 if (m_gdb_comm.GetVContSupported('s'))