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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h528 LazyBool m_supports_jThreadExtendedInfo; member in class:lldb_private::process_gdb_remote::GDBRemoteCommunicationClient
H A DGDBRemoteCommunicationClient.cpp80 m_supports_jThreadExtendedInfo(eLazyBoolCalculate),
584 if (m_supports_jThreadExtendedInfo == eLazyBoolCalculate) {
586 m_supports_jThreadExtendedInfo = eLazyBoolNo;
590 m_supports_jThreadExtendedInfo = eLazyBoolYes;
594 return m_supports_jThreadExtendedInfo;

Completed in 99 milliseconds