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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h234 bool GetVContSupported(char flavor);
275 bool HasFullVContSupport() { return GetVContSupported('A'); }
277 bool HasAnyVContSupport() { return GetVContSupported('a'); }
H A DProcessGDBRemote.cpp1009 m_gdb_comm.GetVContSupported('c');
1293 if (m_gdb_comm.GetVContSupported('c')) {
1304 if (m_gdb_comm.GetVContSupported('C')) {
1316 if (m_gdb_comm.GetVContSupported('s')) {
1327 if (m_gdb_comm.GetVContSupported('S')) {
1406 if (m_gdb_comm.GetVContSupported('s'))
H A DGDBRemoteCommunicationClient.cpp457 bool GDBRemoteCommunicationClient::GetVContSupported(char flavor) { function in class:GDBRemoteCommunicationClient

Completed in 126 milliseconds