Searched refs:GetVContSupported (Results 1 - 3 of 3) sorted by relevance

/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h225 GetVContSupported (char flavor);
279 return GetVContSupported ('A');
285 return GetVContSupported ('a');
H A DProcessGDBRemote.cpp846 m_gdb_comm.GetVContSupported ('c');
1115 if (m_gdb_comm.GetVContSupported ('c'))
1126 if (m_gdb_comm.GetVContSupported ('C'))
1137 if (m_gdb_comm.GetVContSupported ('s'))
1148 if (m_gdb_comm.GetVContSupported ('S'))
H A DGDBRemoteCommunicationClient.cpp233 GDBRemoteCommunicationClient::GetVContSupported (char flavor) function in class:GDBRemoteCommunicationClient

Completed in 67 milliseconds