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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DUserSettingsController.h49 llvm::StringRef property_path,
55 llvm::StringRef property_path,
59 Stream &strm, llvm::StringRef property_path,
H A DDebugger.h238 VarSetOperationType op, llvm::StringRef property_path,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DUserSettingsController.cpp73 llvm::StringRef property_path,
77 return properties_sp->DumpPropertyValue(exe_ctx, strm, property_path,
71 DumpPropertyValue(const ExecutionContext *exe_ctx, Stream &strm, llvm::StringRef property_path, uint32_t dump_mask) argument
H A DDebugger.cpp178 llvm::StringRef property_path,
181 (property_path == "target.load-script-from-symbol-file");
183 bool invalidate_data_vis = (property_path == "escape-non-printables");
185 (property_path == "target.max-zero-padding-in-float-format");
197 Status error(Properties::SetPropertyValue(exe_ctx, op, property_path, value));
200 if (property_path == g_debugger_properties[ePropertyPrompt].name) {
211 } else if (property_path == g_debugger_properties[ePropertyUseColor].name) {
215 } else if (property_path == g_debugger_properties[ePropertyUseSourceCache].name) {
176 SetPropertyValue(const ExecutionContext *exe_ctx, VarSetOperationType op, llvm::StringRef property_path, llvm::StringRef value) argument
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h51 Stream &strm, llvm::StringRef property_path,
89 llvm::StringRef property_path) const;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp570 llvm::StringRef property_path,
575 GetSubValue(exe_ctx, property_path, will_modify, error));
579 strm.PutCString(property_path);
568 DumpPropertyValue(const ExecutionContext *exe_ctx, Stream &strm, llvm::StringRef property_path, uint32_t dump_mask) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSettings.cpp535 const char *property_path = arg.c_str(); variable
539 &m_exe_ctx, will_modify, property_path);
546 property_path);

Completed in 207 milliseconds