Home
last modified time | relevance | path

Searched refs:AppendProperty (Results 1 – 6 of 6) sorted by relevance

/external/lldb/source/Core/
DPluginManager.cpp1888 parent_properties_sp->AppendProperty (g_property_name, in GetDebuggerPropertyForPlugins()
1900 plugin_properties_sp->AppendProperty (plugin_type_name, in GetDebuggerPropertyForPlugins()
1928 parent_properties_sp->AppendProperty (plugin_type_name, in GetDebuggerPropertyForPluginsOldStyle()
1940 plugin_properties_sp->AppendProperty (g_property_name, in GetDebuggerPropertyForPluginsOldStyle()
1979 plugin_type_properties_sp->AppendProperty (properties_sp->GetName(), in CreateSettingForDynamicLoaderPlugin()
2017 plugin_type_properties_sp->AppendProperty (properties_sp->GetName(), in CreateSettingForPlatformPlugin()
2055 plugin_type_properties_sp->AppendProperty (properties_sp->GetName(), in CreateSettingForProcessPlugin()
DDebugger.cpp652 m_collection_sp->AppendProperty (ConstString("target"), in Debugger()
658 m_collection_sp->AppendProperty (ConstString("interpreter"), in Debugger()
/external/lldb/include/lldb/Interpreter/
DOptionValueProperties.h237 AppendProperty(const ConstString &name,
/external/lldb/source/Interpreter/
DOptionValueProperties.cpp83 OptionValueProperties::AppendProperty(const ConstString &name, in AppendProperty() function in OptionValueProperties
/external/lldb/source/Target/
DTarget.cpp2508 m_collection_sp->AppendProperty(ConstString("process"), in TargetProperties()
DProcess.cpp125 m_collection_sp->AppendProperty(ConstString("thread"), in ProcessProperties()