Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h524 LazyBool m_supports_thread_suffix = eLazyBoolCalculate; variable
H A DGDBRemoteCommunicationClient.cpp269 m_supports_thread_suffix = eLazyBoolCalculate; in ResetDiscoverableSettings()
434 if (m_supports_thread_suffix == eLazyBoolCalculate) { in GetThreadSuffixSupported()
436 m_supports_thread_suffix = eLazyBoolNo; in GetThreadSuffixSupported()
440 m_supports_thread_suffix = eLazyBoolYes; in GetThreadSuffixSupported()
443 return m_supports_thread_suffix; in GetThreadSuffixSupported()