Searched refs:property_path (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | UserSettingsController.h | 46 llvm::StringRef property_path, 51 llvm::StringRef property_path, 55 Stream &strm, llvm::StringRef property_path,
|
| H A D | Debugger.h | 243 VarSetOperationType op, llvm::StringRef property_path,
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | UserSettingsController.cpp | 72 llvm::StringRef property_path, in DumpPropertyValue() argument 74 return m_collection_sp->DumpPropertyValue(exe_ctx, strm, property_path, in DumpPropertyValue()
|
| H A D | Debugger.cpp | 207 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 D | OptionValueProperties.h | 54 Stream &strm, llvm::StringRef property_path, 89 llvm::StringRef property_path) const;
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionValueProperties.cpp | 355 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 D | CommandObjectSettings.cpp | 489 const char *property_path = arg.c_str(); in DoExecute() local 493 &m_exe_ctx, property_path); in DoExecute() 500 property_path); in DoExecute()
|