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.cpp64 m_supports_vCont_C(eLazyBoolCalculate), in GDBRemoteCommunicationClient()
281 m_supports_vCont_C = eLazyBoolCalculate; in ResetDiscoverableSettings()
470 m_supports_vCont_C = eLazyBoolNo; in GetVContSupported()
480 m_supports_vCont_C = eLazyBoolYes; in GetVContSupported()
489 m_supports_vCont_C == eLazyBoolYes && in GetVContSupported()
496 m_supports_vCont_C == eLazyBoolYes || in GetVContSupported()
512 return m_supports_vCont_C; in GetVContSupported()
DGDBRemoteCommunicationClient.h532 LazyBool m_supports_vCont_C; variable