Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationClient.cpp56 m_supports_vCont_c(eLazyBoolCalculate), in GDBRemoteCommunicationClient()
273 m_supports_vCont_c = eLazyBoolCalculate; in ResetDiscoverableSettings()
458 if (m_supports_vCont_c == eLazyBoolCalculate) { in GetVContSupported()
462 m_supports_vCont_c = eLazyBoolNo; in GetVContSupported()
470 m_supports_vCont_c = eLazyBoolYes; in GetVContSupported()
481 if (m_supports_vCont_c == eLazyBoolYes && in GetVContSupported()
488 if (m_supports_vCont_c == eLazyBoolYes || in GetVContSupported()
503 return m_supports_vCont_c; in GetVContSupported()
HDGDBRemoteCommunicationClient.h503 LazyBool m_supports_vCont_c; variable