Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h556 LazyBool m_supports_jThreadExtendedInfo; variable
DGDBRemoteCommunicationClient.cpp87 m_supports_jThreadExtendedInfo(eLazyBoolCalculate), in GDBRemoteCommunicationClient()
592 if (m_supports_jThreadExtendedInfo == eLazyBoolCalculate) { in GetThreadExtendedInfoSupported()
594 m_supports_jThreadExtendedInfo = eLazyBoolNo; in GetThreadExtendedInfoSupported()
598 m_supports_jThreadExtendedInfo = eLazyBoolYes; in GetThreadExtendedInfoSupported()
602 return m_supports_jThreadExtendedInfo; in GetThreadExtendedInfoSupported()