Searched refs:m_supports_thread_suffix (Results 1 – 2 of 2) sorted by relevance
50 m_supports_thread_suffix (eLazyBoolCalculate), in GDBRemoteCommunicationClient()283 m_supports_thread_suffix = eLazyBoolCalculate; in ResetDiscoverableSettings()363 if (m_supports_thread_suffix == eLazyBoolCalculate) in GetThreadSuffixSupported()366 m_supports_thread_suffix = eLazyBoolNo; in GetThreadSuffixSupported()370 m_supports_thread_suffix = eLazyBoolYes; in GetThreadSuffixSupported()373 return m_supports_thread_suffix; in GetThreadSuffixSupported()
509 lldb_private::LazyBool m_supports_thread_suffix; variable