Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h276 GetVContSupported (char flavor);
333 return GetVContSupported ('A'); in HasFullVContSupport()
339 return GetVContSupported ('a'); in HasAnyVContSupport()
DProcessGDBRemote.cpp947 m_gdb_comm.GetVContSupported ('c'); in ConnectToDebugserver()
1187 if (m_gdb_comm.GetVContSupported ('c')) in DoResume()
1198 if (m_gdb_comm.GetVContSupported ('C')) in DoResume()
1209 if (m_gdb_comm.GetVContSupported ('s')) in DoResume()
1220 if (m_gdb_comm.GetVContSupported ('S')) in DoResume()
DGDBRemoteCommunicationClient.cpp376 GDBRemoteCommunicationClient::GetVContSupported (char flavor) in GetVContSupported() function in GDBRemoteCommunicationClient