Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp272 m_supports_vCont_C = eLazyBoolCalculate; in ResetDiscoverableSettings()
451 m_supports_vCont_C = eLazyBoolNo; in GetVContSupported()
461 m_supports_vCont_C = eLazyBoolYes; in GetVContSupported()
470 m_supports_vCont_C == eLazyBoolYes && in GetVContSupported()
477 m_supports_vCont_C == eLazyBoolYes || in GetVContSupported()
493 return m_supports_vCont_C; in GetVContSupported()
H A DGDBRemoteCommunicationClient.h529 LazyBool m_supports_vCont_C = eLazyBoolCalculate; variable