Home
last modified time | relevance | path

Searched refs:GetValueProperties (Results 1 – 13 of 13) sorted by relevance

/external/lldb/source/Core/
DUserSettingsController.cpp33 OptionValuePropertiesSP properties_sp (GetValueProperties ()); in GetPropertyValue()
45 OptionValuePropertiesSP properties_sp (GetValueProperties ()); in SetPropertyValue()
56 OptionValuePropertiesSP properties_sp (GetValueProperties ()); in DumpAllPropertyValues()
67 OptionValuePropertiesSP properties_sp (GetValueProperties ()); in DumpAllDescriptions()
77 OptionValuePropertiesSP properties_sp (GetValueProperties ()); in DumpPropertyValue()
93 OptionValuePropertiesSP properties_sp (GetValueProperties ()); in Apropos()
106 OptionValuePropertiesSP properties_sp (GetValueProperties ()); in GetSubProperty()
DPluginManager.cpp1879 lldb::OptionValuePropertiesSP parent_properties_sp (debugger.GetValueProperties()); in GetDebuggerPropertyForPlugins()
1921 lldb::OptionValuePropertiesSP parent_properties_sp (debugger.GetValueProperties()); in GetDebuggerPropertyForPluginsOldStyle()
DDebugger.cpp655 Target::GetGlobalProperties()->GetValueProperties()); in Debugger()
661 m_command_interpreter_ap->GetValueProperties()); in Debugger()
/external/lldb/include/lldb/Core/
DUserSettingsController.h51 GetValueProperties () const in GetValueProperties() function
/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwinKernel.cpp240 … GetGlobalProperties()->GetValueProperties(), in DebuggerInitialize()
/external/lldb/source/Commands/
DCommandCompletions.cpp418 … lldb::OptionValuePropertiesSP properties_sp (interpreter.GetDebugger().GetValueProperties()); in SettingsNames()
DCommandObjectSettings.cpp458 …const Property *property = m_interpreter.GetDebugger().GetValueProperties()->GetPropertyAtPath (&m… in DoExecute()
/external/lldb/source/Target/
DThread.cpp86 OptionValueProperties(*global_properties->GetValueProperties()) in ThreadOptionValueProperties()
101 …stance_properties = static_cast<ThreadOptionValueProperties *>(thread->GetValueProperties().get()); in GetPropertyAtIndex()
DTarget.cpp2405 OptionValueProperties(*target_properties_sp->GetValueProperties()), in TargetOptionValueProperties()
2425 …target_properties = static_cast<TargetOptionValueProperties *>(target->GetValueProperties().get()); in GetPropertyAtIndex()
2511 Process::GetGlobalProperties()->GetValueProperties()); in TargetProperties()
DProcess.cpp70 OptionValueProperties(*global_properties->GetValueProperties()) in ProcessOptionValueProperties()
85 …ance_properties = static_cast<ProcessOptionValueProperties *>(process->GetValueProperties().get()); in GetPropertyAtIndex()
128 Thread::GetGlobalProperties()->GetValueProperties()); in ProcessProperties()
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDP.cpp799 … GetGlobalPluginProperties()->GetValueProperties(), in DebuggerInitialize()
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DDynamicLoaderDarwinKernel.cpp1592 … GetGlobalProperties()->GetValueProperties(), in DebuggerInitialize()
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp2725 … GetGlobalPluginProperties()->GetValueProperties(), in DebuggerInitialize()