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

References

tools/lldb/include/lldb/Target/Process.h
  514   static const ProcessPropertiesSP &GetGlobalProperties();
tools/lldb/source/Target/Process.cpp
  561 const ProcessPropertiesSP &Process::GetGlobalProperties() {
  564   static ProcessPropertiesSP *g_settings_sp_ptr =
  565       new ProcessPropertiesSP(new ProcessProperties(nullptr));