Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp50 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()
DGDBRemoteCommunicationClient.h509 lldb_private::LazyBool m_supports_thread_suffix; variable