Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h530 LazyBool m_supports_vCont_any; variable
DGDBRemoteCommunicationClient.cpp62 m_supports_vCont_any(eLazyBoolCalculate), in GDBRemoteCommunicationClient()
467 m_supports_vCont_any = eLazyBoolNo; in GetVContSupported()
499 m_supports_vCont_any = eLazyBoolYes; in GetVContSupported()
506 return m_supports_vCont_any; in GetVContSupported()