Home
last modified time | relevance | path

Searched refs:HasAnyVContSupport (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h260 bool HasAnyVContSupport() { return GetVContSupported('a'); } in HasAnyVContSupport() function
H A DProcessGDBRemote.cpp1200 if (m_gdb_comm.HasAnyVContSupport()) { in DoResume()