Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h225 bool GetVContSupported(char flavor);
266 bool HasFullVContSupport() { return GetVContSupported('A'); } in HasFullVContSupport()
268 bool HasAnyVContSupport() { return GetVContSupported('a'); } in HasAnyVContSupport()
H A DProcessGDBRemote.cpp953 m_gdb_comm.GetVContSupported('c'); in ConnectToDebugserver()
1248 if (m_gdb_comm.GetVContSupported('c')) { in DoResume()
1259 if (m_gdb_comm.GetVContSupported('C')) { in DoResume()
1271 if (m_gdb_comm.GetVContSupported('s')) { in DoResume()
1282 if (m_gdb_comm.GetVContSupported('S')) { in DoResume()
H A DGDBRemoteCommunicationClient.cpp423 bool GDBRemoteCommunicationClient::GetVContSupported(char flavor) { in GetVContSupported() function in GDBRemoteCommunicationClient