Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp66 m_supports_vCont_S(eLazyBoolCalculate), in GDBRemoteCommunicationClient()
283 m_supports_vCont_S = eLazyBoolCalculate; in ResetDiscoverableSettings()
472 m_supports_vCont_S = eLazyBoolNo; in GetVContSupported()
486 m_supports_vCont_S = eLazyBoolYes; in GetVContSupported()
491 m_supports_vCont_S == eLazyBoolYes) { in GetVContSupported()
498 m_supports_vCont_S == eLazyBoolYes) { in GetVContSupported()
516 return m_supports_vCont_S; in GetVContSupported()
DGDBRemoteCommunicationClient.h534 LazyBool m_supports_vCont_S; variable