Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h581 LazyBool m_supports_jThreadExtendedInfo = eLazyBoolCalculate; variable
H A DGDBRemoteCommunicationClient.cpp524 if (m_supports_jThreadExtendedInfo == eLazyBoolCalculate) { in GetThreadExtendedInfoSupported()
526 m_supports_jThreadExtendedInfo = eLazyBoolNo; in GetThreadExtendedInfoSupported()
530 m_supports_jThreadExtendedInfo = eLazyBoolYes; in GetThreadExtendedInfoSupported()
534 return m_supports_jThreadExtendedInfo; in GetThreadExtendedInfoSupported()