HomeSort by relevance Sort by last modified time
    Searched refs:g_settings_sp (Results 1 - 7 of 7) sorted by null

  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformDarwinKernel.cpp 227 static PlatformDarwinKernelPropertiesSP g_settings_sp; local
228 if (!g_settings_sp)
229 g_settings_sp.reset (new PlatformDarwinKernelProperties ());
230 return g_settings_sp;
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
ProcessKDP.cpp 96 static ProcessKDPPropertiesSP g_settings_sp; local
97 if (!g_settings_sp)
98 g_settings_sp.reset (new PluginProperties ());
99 return g_settings_sp;
    [all...]
  /external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DynamicLoaderDarwinKernel.cpp 124 static DynamicLoaderDarwinKernelPropertiesSP g_settings_sp; local
125 if (!g_settings_sp)
126 g_settings_sp.reset (new DynamicLoaderDarwinKernelProperties ());
127 return g_settings_sp;
    [all...]
  /external/lldb/source/Target/
Thread.cpp 54 static ThreadPropertiesSP g_settings_sp; local
55 if (!g_settings_sp)
56 g_settings_sp.reset (new ThreadProperties (true));
57 return g_settings_sp;
    [all...]
Target.cpp 2780 static TargetPropertiesSP g_settings_sp; local
    [all...]
Process.cpp 1090 static ProcessPropertiesSP g_settings_sp; local
    [all...]
  /external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemote.cpp 140 static ProcessKDPPropertiesSP g_settings_sp; local
141 if (!g_settings_sp)
142 g_settings_sp.reset (new PluginProperties ());
143 return g_settings_sp;
    [all...]

Completed in 541 milliseconds