Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp270 m_supports_vCont_C = eLazyBoolCalculate; in ResetDiscoverableSettings()
436 m_supports_vCont_C = eLazyBoolNo; in GetVContSupported()
446 m_supports_vCont_C = eLazyBoolYes; in GetVContSupported()
455 m_supports_vCont_C == eLazyBoolYes && in GetVContSupported()
462 m_supports_vCont_C == eLazyBoolYes || in GetVContSupported()
478 return m_supports_vCont_C; in GetVContSupported()
H A DGDBRemoteCommunicationClient.h530 LazyBool m_supports_vCont_C = eLazyBoolCalculate; variable