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

References

tools/lldb/include/lldb/Target/Thread.h
  152   static const ThreadPropertiesSP &GetGlobalProperties();
tools/lldb/source/Target/Thread.cpp
   59 const ThreadPropertiesSP &Thread::GetGlobalProperties() {
   62   static ThreadPropertiesSP *g_settings_sp_ptr =
   63       new ThreadPropertiesSP(new ThreadProperties(true));