Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h526 LazyBool m_supports_vCont_all = eLazyBoolCalculate; variable
H A DGDBRemoteCommunicationClient.cpp449 m_supports_vCont_all = eLazyBoolNo; in GetVContSupported()
473 m_supports_vCont_all = eLazyBoolYes; in GetVContSupported()
489 return m_supports_vCont_all; in GetVContSupported()