Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h261 bool HasAnyVContSupport() { return GetVContSupported('a'); } in HasAnyVContSupport() function
H A DProcessGDBRemote.cpp1191 if (m_gdb_comm.HasAnyVContSupport()) { in DoResume()