Home
last modified time | relevance | path

Searched refs:properties_sp (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/source/Core/
DUserSettingsController.cpp37 OptionValuePropertiesSP properties_sp(GetValueProperties()); in GetPropertyValue() local
38 if (properties_sp) in GetPropertyValue()
39 return properties_sp->GetSubValue(exe_ctx, path, will_modify, error); in GetPropertyValue()
47 OptionValuePropertiesSP properties_sp(GetValueProperties()); in SetPropertyValue() local
48 if (properties_sp) in SetPropertyValue()
49 return properties_sp->SetSubValue(exe_ctx, op, path, value); in SetPropertyValue()
57 OptionValuePropertiesSP properties_sp(GetValueProperties()); in DumpAllPropertyValues() local
58 if (properties_sp) in DumpAllPropertyValues()
59 return properties_sp->DumpValue(exe_ctx, strm, dump_mask); in DumpAllPropertyValues()
66 OptionValuePropertiesSP properties_sp(GetValueProperties()); in DumpAllDescriptions() local
[all …]
DPluginManager.cpp1368 lldb::OptionValuePropertiesSP properties_sp; in GetSettingForPlugin() local
1374 properties_sp = in GetSettingForPlugin()
1376 return properties_sp; in GetSettingForPlugin()
1382 const lldb::OptionValuePropertiesSP &properties_sp, ConstString description, in CreateSettingForPlugin() argument
1386 if (properties_sp) { in CreateSettingForPlugin()
1391 plugin_type_properties_sp->AppendProperty(properties_sp->GetName(), in CreateSettingForPlugin()
1393 properties_sp); in CreateSettingForPlugin()
1417 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp, in CreateSettingForDynamicLoaderPlugin() argument
1421 ConstString("Settings for dynamic loader plug-ins"), properties_sp, in CreateSettingForDynamicLoaderPlugin()
1434 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp, in CreateSettingForPlatformPlugin() argument
[all …]
/external/llvm-project/lldb/include/lldb/Core/
DPluginManager.h440 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
447 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
454 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
461 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
468 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
476 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
484 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
/external/llvm-project/lldb/source/Target/
DTarget.cpp2329 TargetPropertiesSP properties_sp(Target::GetGlobalProperties()); in GetDefaultExecutableSearchPaths() local
2330 if (properties_sp) in GetDefaultExecutableSearchPaths()
2331 return properties_sp->GetExecutableSearchPaths(); in GetDefaultExecutableSearchPaths()
2336 TargetPropertiesSP properties_sp(Target::GetGlobalProperties()); in GetDefaultDebugFileSearchPaths() local
2337 if (properties_sp) in GetDefaultDebugFileSearchPaths()
2338 return properties_sp->GetDebugFileSearchPaths(); in GetDefaultDebugFileSearchPaths()
2343 TargetPropertiesSP properties_sp(Target::GetGlobalProperties()); in GetDefaultArchitecture() local
2344 if (properties_sp) in GetDefaultArchitecture()
2345 return properties_sp->GetDefaultArchitecture(); in GetDefaultArchitecture()
2350 TargetPropertiesSP properties_sp(Target::GetGlobalProperties()); in SetDefaultArchitecture() local
[all …]
/external/llvm-project/lldb/source/Commands/
DCommandCompletions.cpp565 lldb::OptionValuePropertiesSP properties_sp( in SettingsNames() local
567 if (properties_sp) { in SettingsNames()
569 properties_sp->DumpValue(nullptr, strm, OptionValue::eDumpOptionName); in SettingsNames()