Searched refs:g_settings_sp (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp54 static ThreadPropertiesSP g_settings_sp; local
55 if (!g_settings_sp)
56 g_settings_sp.reset (new ThreadProperties (true));
57 return g_settings_sp;
H A DTarget.cpp2805 static TargetPropertiesSP g_settings_sp; local
2806 if (!g_settings_sp)
2808 g_settings_sp.reset (new TargetProperties (NULL));
2810 return g_settings_sp;
H A DProcess.cpp1090 static ProcessPropertiesSP g_settings_sp; local
1091 if (!g_settings_sp)
1092 g_settings_sp.reset (new ProcessProperties (true));
1093 return g_settings_sp;
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp139 static ProcessKDPPropertiesSP g_settings_sp; local
140 if (!g_settings_sp)
141 g_settings_sp.reset (new PluginProperties ());
142 return g_settings_sp;

Completed in 99 milliseconds