reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
  234   bool GetVContSupported(char flavor);

References

tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
  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'))