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.cpp65 m_supports_vCont_s(eLazyBoolCalculate), in GDBRemoteCommunicationClient()
282 m_supports_vCont_s = eLazyBoolCalculate; in ResetDiscoverableSettings()
471 m_supports_vCont_s = eLazyBoolNo; in GetVContSupported()
483 m_supports_vCont_s = eLazyBoolYes; in GetVContSupported()
490 m_supports_vCont_s == eLazyBoolYes && in GetVContSupported()
497 m_supports_vCont_s == eLazyBoolYes || in GetVContSupported()
514 return m_supports_vCont_s; in GetVContSupported()
DGDBRemoteCommunicationClient.h533 LazyBool m_supports_vCont_s; variable