Home
last modified time | relevance | path

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

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