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 | 48 llvm::StringRef property_path, 53 llvm::StringRef property_path, 57 Stream &strm, llvm::StringRef property_path,
|
H A D | Debugger.h | 254 VarSetOperationType op, llvm::StringRef property_path,
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | UserSettingsController.cpp | 86 llvm::StringRef property_path, in DumpPropertyValue() 90 return properties_sp->DumpPropertyValue(exe_ctx, strm, property_path, 79 DumpPropertyValue(const ExecutionContext * exe_ctx,Stream & strm,llvm::StringRef property_path,uint32_t dump_mask,bool is_json) DumpPropertyValue() argument
|
H A D | Debugger.cpp | 202 llvm::StringRef property_path, in SetPropertyValue() argument 205 (property_path == "target.load-script-from-symbol-file"); in SetPropertyValue() 207 bool invalidate_data_vis = (property_path == "escape-non-printables"); in SetPropertyValue() 209 (property_path == "target.max-zero-padding-in-float-format"); in SetPropertyValue() 221 Status error(Properties::SetPropertyValue(exe_ctx, op, property_path, value)); in SetPropertyValue() 224 if (property_path == g_debugger_properties[ePropertyPrompt].name) { in SetPropertyValue() 235 } else if (property_path == g_debugger_properties[ePropertyUseColor].name) { in SetPropertyValue() 239 } else if (property_path == in SetPropertyValue() 241 property_path == in SetPropertyValue() 246 } else if (property_path == in SetPropertyValue()
|
/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()
|