Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DUserSettingsController.h46 llvm::StringRef property_path,
51 llvm::StringRef property_path,
55 Stream &strm, llvm::StringRef property_path,
H A DDebugger.h243 VarSetOperationType op, llvm::StringRef property_path,
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DUserSettingsController.cpp72 llvm::StringRef property_path, in DumpPropertyValue() argument
74 return m_collection_sp->DumpPropertyValue(exe_ctx, strm, property_path, in DumpPropertyValue()
H A DDebugger.cpp207 llvm::StringRef property_path, in SetPropertyValue() argument
210 (property_path == "target.load-script-from-symbol-file"); in SetPropertyValue()
212 bool invalidate_data_vis = (property_path == "escape-non-printables"); in SetPropertyValue()
214 (property_path == "target.max-zero-padding-in-float-format"); in SetPropertyValue()
226 Status error(Properties::SetPropertyValue(exe_ctx, op, property_path, value)); in SetPropertyValue()
229 if (property_path == g_debugger_properties[ePropertyPrompt].name) { in SetPropertyValue()
240 } else if (property_path == g_debugger_properties[ePropertyUseColor].name) { in SetPropertyValue()
244 } else if (property_path == in SetPropertyValue()
246 property_path == in SetPropertyValue()
251 } else if (property_path == in SetPropertyValue()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h54 Stream &strm, llvm::StringRef property_path,
89 llvm::StringRef property_path) const;
/freebsd/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/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSettings.cpp489 const char *property_path = arg.c_str(); in DoExecute() local
493 &m_exe_ctx, property_path); in DoExecute()
500 property_path); in DoExecute()