Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h252 bool GetVContSupported(char flavor);
293 bool HasFullVContSupport() { return GetVContSupported('A'); } in HasFullVContSupport()
295 bool HasAnyVContSupport() { return GetVContSupported('a'); } in HasAnyVContSupport()
DProcessGDBRemote.cpp1002 m_gdb_comm.GetVContSupported('c'); in ConnectToDebugserver()
1281 if (m_gdb_comm.GetVContSupported('c')) { in DoResume()
1292 if (m_gdb_comm.GetVContSupported('C')) { in DoResume()
1304 if (m_gdb_comm.GetVContSupported('s')) { in DoResume()
1315 if (m_gdb_comm.GetVContSupported('S')) { in DoResume()
1394 if (m_gdb_comm.GetVContSupported('s')) in DoResume()
DGDBRemoteCommunicationClient.cpp464 bool GDBRemoteCommunicationClient::GetVContSupported(char flavor) { in GetVContSupported() function in GDBRemoteCommunicationClient