reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

tools/lldb/source/Plugins/Process/Utility/HistoryThread.h
   73   void SetName(const char *name) override { m_thread_name = name; }
tools/lldb/source/Plugins/Process/elf-core/ThreadElfCore.h
  156   void SetName(const char *name) override {
tools/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h
   65   void SetName(const char *name) override {
tools/lldb/source/Plugins/Process/mach-core/ThreadMachCore.h
   39   void SetName(const char *name) override {

References

tools/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.cpp
 1034         new_thread_sp->SetName(GenerateThreadName(path, o, info).c_str());
tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/UBSanRuntime.cpp
  333   new_thread_sp->SetName(stop_reason_description.c_str());
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 1800       thread_sp->SetName(thread_name.empty() ? nullptr : thread_name.c_str());