Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp271 m_supports_vCont_c = eLazyBoolCalculate; in ResetDiscoverableSettings()
446 if (m_supports_vCont_c == eLazyBoolCalculate) { in GetVContSupported()
450 m_supports_vCont_c = eLazyBoolNo; in GetVContSupported()
458 m_supports_vCont_c = eLazyBoolYes; in GetVContSupported()
469 if (m_supports_vCont_c == eLazyBoolYes && in GetVContSupported()
476 if (m_supports_vCont_c == eLazyBoolYes || in GetVContSupported()
491 return m_supports_vCont_c; in GetVContSupported()
H A DGDBRemoteCommunicationClient.h528 LazyBool m_supports_vCont_c = eLazyBoolCalculate; variable