Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h215 bool GetVContSupported(char flavor);
256 bool HasFullVContSupport() { return GetVContSupported('A'); } in HasFullVContSupport()
258 bool HasAnyVContSupport() { return GetVContSupported('a'); } in HasAnyVContSupport()
H A DProcessGDBRemote.cpp856 m_gdb_comm.GetVContSupported('c'); in ConnectToDebugserver()
1217 if (m_gdb_comm.GetVContSupported('c')) { in DoResume()
1228 if (m_gdb_comm.GetVContSupported('C')) { in DoResume()
1240 if (m_gdb_comm.GetVContSupported('s')) { in DoResume()
1251 if (m_gdb_comm.GetVContSupported('S')) { in DoResume()
H A DGDBRemoteCommunicationClient.cpp432 bool GDBRemoteCommunicationClient::GetVContSupported(char flavor) { in GetVContSupported() function in GDBRemoteCommunicationClient