Home
last modified time | relevance | path

Searched refs:property_path (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DUserSettingsController.h49 llvm::StringRef property_path,
55 llvm::StringRef property_path,
59 Stream &strm, llvm::StringRef property_path,
H A DDebugger.h262 VarSetOperationType op, llvm::StringRef property_path,
/llvm-project-15.0.7/lldb/source/Core/
H A DUserSettingsController.cpp73 llvm::StringRef property_path, in DumpPropertyValue() argument
77 return properties_sp->DumpPropertyValue(exe_ctx, strm, property_path, in DumpPropertyValue()
H A DDebugger.cpp191 llvm::StringRef property_path, in SetPropertyValue() argument
194 (property_path == "target.load-script-from-symbol-file"); in SetPropertyValue()
196 bool invalidate_data_vis = (property_path == "escape-non-printables"); in SetPropertyValue()
198 (property_path == "target.max-zero-padding-in-float-format"); in SetPropertyValue()
210 Status error(Properties::SetPropertyValue(exe_ctx, op, property_path, value)); in SetPropertyValue()
213 if (property_path == g_debugger_properties[ePropertyPrompt].name) { in SetPropertyValue()
224 } else if (property_path == g_debugger_properties[ePropertyUseColor].name) { in SetPropertyValue()
228 } else if (property_path == g_debugger_properties[ePropertyUseSourceCache].name) { in SetPropertyValue()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h53 Stream &strm, llvm::StringRef property_path,
91 llvm::StringRef property_path) const;
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValueProperties.cpp550 llvm::StringRef property_path, in DumpPropertyValue() argument
555 GetSubValue(exe_ctx, property_path, will_modify, error)); in DumpPropertyValue()
559 strm.PutCString(property_path); in DumpPropertyValue()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectSettings.cpp529 const char *property_path = arg.c_str(); in DoExecute() local
533 &m_exe_ctx, will_modify, property_path); in DoExecute()
540 property_path); in DoExecute()