Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp274 m_supports_vCont_S = eLazyBoolCalculate; in ResetDiscoverableSettings()
453 m_supports_vCont_S = eLazyBoolNo; in GetVContSupported()
467 m_supports_vCont_S = eLazyBoolYes; in GetVContSupported()
472 m_supports_vCont_S == eLazyBoolYes) { in GetVContSupported()
479 m_supports_vCont_S == eLazyBoolYes) { in GetVContSupported()
497 return m_supports_vCont_S; in GetVContSupported()
H A DGDBRemoteCommunicationClient.h531 LazyBool m_supports_vCont_S = eLazyBoolCalculate; variable