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

  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
ProcessKDP.cpp 61 class PluginProperties : public Properties
71 PluginProperties() :
79 ~PluginProperties()
91 typedef std::shared_ptr<PluginProperties> ProcessKDPPropertiesSP;
98 g_settings_sp.reset (new PluginProperties ());
795 if (!PluginManager::GetSettingForProcessPlugin(debugger, PluginProperties::GetSettingName()))
    [all...]
  /external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemote.cpp 105 class PluginProperties : public Properties
115 PluginProperties() :
123 ~PluginProperties()
135 typedef std::shared_ptr<PluginProperties> ProcessKDPPropertiesSP;
142 g_settings_sp.reset (new PluginProperties ());
    [all...]

Completed in 206 milliseconds