Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DUserSettingsController.h48 llvm::StringRef property_path,
53 llvm::StringRef property_path,
57 Stream &strm, llvm::StringRef property_path,
H A DDebugger.h261 VarSetOperationType op, llvm::StringRef property_path,
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DUserSettingsController.cpp86 llvm::StringRef property_path, in DumpPropertyValue() argument
90 return properties_sp->DumpPropertyValue(exe_ctx, strm, property_path, in DumpPropertyValue()
H A DDebugger.cpp201 llvm::StringRef property_path, in SetPropertyValue() argument
204 (property_path == "target.load-script-from-symbol-file"); in SetPropertyValue()
206 bool invalidate_data_vis = (property_path == "escape-non-printables"); in SetPropertyValue()
208 (property_path == "target.max-zero-padding-in-float-format"); in SetPropertyValue()
220 Status error(Properties::SetPropertyValue(exe_ctx, op, property_path, value)); in SetPropertyValue()
223 if (property_path == g_debugger_properties[ePropertyPrompt].name) { in SetPropertyValue()
234 } else if (property_path == g_debugger_properties[ePropertyUseColor].name) { in SetPropertyValue()
238 } else if (property_path == in SetPropertyValue()
240 property_path == in SetPropertyValue()
245 } else if (property_path == in SetPropertyValue()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h54 Stream &strm, llvm::StringRef property_path,
89 llvm::StringRef property_path) const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp355 llvm::StringRef property_path, in DumpPropertyValue() argument
359 lldb::OptionValueSP value_sp(GetSubValue(exe_ctx, property_path, error)); in DumpPropertyValue()
363 strm.PutCString(property_path); in DumpPropertyValue()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSettings.cpp521 const char *property_path = arg.c_str(); in DoExecute() local
525 &m_exe_ctx, property_path); in DoExecute()
532 property_path); in DoExecute()