Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationClient.h499 LazyBool m_supports_thread_suffix; variable
HDGDBRemoteCommunicationClient.cpp52 m_supports_thread_suffix(eLazyBoolCalculate), in GDBRemoteCommunicationClient()
271 m_supports_thread_suffix = eLazyBoolCalculate; in ResetDiscoverableSettings()
446 if (m_supports_thread_suffix == eLazyBoolCalculate) { in GetThreadSuffixSupported()
448 m_supports_thread_suffix = eLazyBoolNo; in GetThreadSuffixSupported()
452 m_supports_thread_suffix = eLazyBoolYes; in GetThreadSuffixSupported()
455 return m_supports_thread_suffix; in GetThreadSuffixSupported()