Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h527 LazyBool m_supports_vCont_any = eLazyBoolCalculate; variable
H A DGDBRemoteCommunicationClient.cpp448 m_supports_vCont_any = eLazyBoolNo; in GetVContSupported()
480 m_supports_vCont_any = eLazyBoolYes; in GetVContSupported()
487 return m_supports_vCont_any; in GetVContSupported()