Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp269 m_supports_vCont_c = eLazyBoolCalculate; in ResetDiscoverableSettings()
431 if (m_supports_vCont_c == eLazyBoolCalculate) { in GetVContSupported()
435 m_supports_vCont_c = eLazyBoolNo; in GetVContSupported()
443 m_supports_vCont_c = eLazyBoolYes; in GetVContSupported()
454 if (m_supports_vCont_c == eLazyBoolYes && in GetVContSupported()
461 if (m_supports_vCont_c == eLazyBoolYes || in GetVContSupported()
476 return m_supports_vCont_c; in GetVContSupported()
H A DGDBRemoteCommunicationClient.h529 LazyBool m_supports_vCont_c = eLazyBoolCalculate; variable