Searched refs:property_path (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/llvm/lldb/include/lldb/Core/ |
H A D | UserSettingsController.h | 49 llvm::StringRef property_path, 55 llvm::StringRef property_path, 59 Stream &strm, llvm::StringRef property_path,
|
H A D | Debugger.h | 260 VarSetOperationType op, llvm::StringRef property_path,
|
/openbsd/gnu/llvm/lldb/source/Core/ |
H A D | UserSettingsController.cpp | 80 llvm::StringRef property_path, in DumpPropertyValue() argument 84 return properties_sp->DumpPropertyValue(exe_ctx, strm, property_path, in DumpPropertyValue()
|
H A D | Debugger.cpp | 203 llvm::StringRef property_path, in SetPropertyValue() argument 206 (property_path == "target.load-script-from-symbol-file"); in SetPropertyValue() 208 bool invalidate_data_vis = (property_path == "escape-non-printables"); in SetPropertyValue() 210 (property_path == "target.max-zero-padding-in-float-format"); in SetPropertyValue() 222 Status error(Properties::SetPropertyValue(exe_ctx, op, property_path, value)); in SetPropertyValue() 225 if (property_path == g_debugger_properties[ePropertyPrompt].name) { in SetPropertyValue() 236 } else if (property_path == g_debugger_properties[ePropertyUseColor].name) { in SetPropertyValue() 240 } else if (property_path == g_debugger_properties[ePropertyUseSourceCache].name) { in SetPropertyValue()
|
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/ |
H A D | OptionValueProperties.h | 55 Stream &strm, llvm::StringRef property_path, 93 llvm::StringRef property_path) const;
|
/openbsd/gnu/llvm/lldb/source/Interpreter/ |
H A D | OptionValueProperties.cpp | 572 llvm::StringRef property_path, in DumpPropertyValue() argument 577 GetSubValue(exe_ctx, property_path, will_modify, error)); in DumpPropertyValue() 581 strm.PutCString(property_path); in DumpPropertyValue()
|
/openbsd/gnu/llvm/lldb/source/Commands/ |
H A D | CommandObjectSettings.cpp | 529 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()
|