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/
H A DGDBRemoteCommunicationClient.h499 LazyBool m_supports_thread_suffix; member in class:lldb_private::process_gdb_remote::GDBRemoteCommunicationClient
H A DGDBRemoteCommunicationClient.cpp52 m_supports_thread_suffix(eLazyBoolCalculate),
271 m_supports_thread_suffix = eLazyBoolCalculate;
446 if (m_supports_thread_suffix == eLazyBoolCalculate) {
448 m_supports_thread_suffix = eLazyBoolNo;
452 m_supports_thread_suffix = eLazyBoolYes;
455 return m_supports_thread_suffix;

Completed in 102 milliseconds