Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h527 LazyBool m_supports_thread_suffix; variable
DGDBRemoteCommunicationClient.cpp59 m_supports_thread_suffix(eLazyBoolCalculate), in GDBRemoteCommunicationClient()
278 m_supports_thread_suffix = eLazyBoolCalculate; in ResetDiscoverableSettings()
453 if (m_supports_thread_suffix == eLazyBoolCalculate) { in GetThreadSuffixSupported()
455 m_supports_thread_suffix = eLazyBoolNo; in GetThreadSuffixSupported()
459 m_supports_thread_suffix = eLazyBoolYes; in GetThreadSuffixSupported()
462 return m_supports_thread_suffix; in GetThreadSuffixSupported()