Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp63 m_supports_vCont_c(eLazyBoolCalculate), in GDBRemoteCommunicationClient()
280 m_supports_vCont_c = eLazyBoolCalculate; in ResetDiscoverableSettings()
465 if (m_supports_vCont_c == eLazyBoolCalculate) { in GetVContSupported()
469 m_supports_vCont_c = eLazyBoolNo; in GetVContSupported()
477 m_supports_vCont_c = eLazyBoolYes; in GetVContSupported()
488 if (m_supports_vCont_c == eLazyBoolYes && in GetVContSupported()
495 if (m_supports_vCont_c == eLazyBoolYes || in GetVContSupported()
510 return m_supports_vCont_c; in GetVContSupported()
DGDBRemoteCommunicationClient.h531 LazyBool m_supports_vCont_c; variable