Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h558 LazyBool m_supports_jThreadExtendedInfo = eLazyBoolCalculate; variable
H A DGDBRemoteCommunicationClient.cpp554 if (m_supports_jThreadExtendedInfo == eLazyBoolCalculate) { in GetThreadExtendedInfoSupported()
556 m_supports_jThreadExtendedInfo = eLazyBoolNo; in GetThreadExtendedInfoSupported()
560 m_supports_jThreadExtendedInfo = eLazyBoolYes; in GetThreadExtendedInfoSupported()
564 return m_supports_jThreadExtendedInfo; in GetThreadExtendedInfoSupported()