Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h529 LazyBool m_supports_vCont_all; variable
DGDBRemoteCommunicationClient.cpp61 m_supports_vCont_all(eLazyBoolCalculate), in GDBRemoteCommunicationClient()
468 m_supports_vCont_all = eLazyBoolNo; in GetVContSupported()
492 m_supports_vCont_all = eLazyBoolYes; in GetVContSupported()
508 return m_supports_vCont_all; in GetVContSupported()