Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h528 LazyBool m_supports_vCont_any = eLazyBoolCalculate; variable
DGDBRemoteCommunicationClient.cpp433 m_supports_vCont_any = eLazyBoolNo; in GetVContSupported()
465 m_supports_vCont_any = eLazyBoolYes; in GetVContSupported()
472 return m_supports_vCont_any; in GetVContSupported()