Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DUserSettingsController.cpp37 OptionValuePropertiesSP properties_sp(GetValueProperties()); in GetPropertyValue()
47 OptionValuePropertiesSP properties_sp(GetValueProperties()); in SetPropertyValue()
57 OptionValuePropertiesSP properties_sp(GetValueProperties()); in DumpAllPropertyValues()
66 OptionValuePropertiesSP properties_sp(GetValueProperties()); in DumpAllDescriptions()
75 OptionValuePropertiesSP properties_sp(GetValueProperties()); in DumpPropertyValue()
88 OptionValuePropertiesSP properties_sp(GetValueProperties()); in Apropos()
98 OptionValuePropertiesSP properties_sp(GetValueProperties()); in GetSubProperty()
H A DDebugger.cpp784 Target::GetGlobalProperties().GetValueProperties()); in Debugger()
787 Platform::GetGlobalPlatformProperties().GetValueProperties()); in Debugger()
790 true, ModuleList::GetGlobalModuleListProperties().GetValueProperties()); in Debugger()
795 true, m_command_interpreter_up->GetValueProperties()); in Debugger()
H A DPluginManager.cpp1385 debugger.GetValueProperties()); in GetDebuggerPropertyForPlugins()
1422 debugger.GetValueProperties()); in GetDebuggerPropertyForPluginsOldStyle()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DUserSettingsController.h42 virtual lldb::OptionValuePropertiesSP GetValueProperties() const { in GetValueProperties() function
/llvm-project-15.0.7/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp97 debugger, GetGlobalProperties().GetValueProperties(), in DebuggerInitialize()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectSettings.cpp532 GetDebugger().GetValueProperties()->GetPropertyAtPath( in DoExecute()
1102 GetDebugger().GetValueProperties()->Clear(); in DoExecute()
H A DCommandCompletions.cpp568 interpreter.GetDebugger().GetValueProperties()); in SettingsNames()
/llvm-project-15.0.7/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp162 debugger, GetGlobalPluginProperties().GetValueProperties(), in DebuggerInitialize()
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp715 debugger, GetGlobalPluginProperties().GetValueProperties(), in DebuggerInitialize()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValueProperties.cpp570 auto global_props_sp = global_properties.GetValueProperties(); in CreateLocalCopy()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.cpp219 debugger, GetGlobalProperties().GetValueProperties(), in DebuggerInitialize()
H A DPlatformDarwin.cpp165 debugger, GetGlobalProperties().GetValueProperties(), in DebuggerInitialize()
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp3915 target->GetValueProperties().get()); in GetPropertyAtIndex()
3990 true, m_experimental_properties_up->GetValueProperties()); in TargetProperties()
4001 true, m_experimental_properties_up->GetValueProperties()); in TargetProperties()
4004 true, Process::GetGlobalProperties().GetValueProperties()); in TargetProperties()
H A DProcess.cpp105 process->GetValueProperties().get()); in GetPropertyAtIndex()
170 true, Thread::GetGlobalProperties().GetValueProperties()); in ProcessProperties()
185 true, m_experimental_properties_up->GetValueProperties()); in ProcessProperties()
H A DThread.cpp91 thread->GetValueProperties().get()); in GetPropertyAtIndex()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp1548 debugger, GetGlobalProperties().GetValueProperties(), in DebuggerInitialize()
/llvm-project-15.0.7/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1367 debugger, GetGlobalProperties().GetValueProperties(), in DebuggerInitialize()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp190 debugger, GetGlobalPluginProperties().GetValueProperties(), in DebuggerInitialize()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp253 debugger, GetGlobalPluginProperties().GetValueProperties(), in DebuggerInitialize()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3419 debugger, GetGlobalPluginProperties().GetValueProperties(), in DebuggerInitialize()