Searched refs:property_path (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | UserSettingsController.h | 60 const char *property_path, 67 const char *property_path, 73 const char *property_path,
|
| HD | Debugger.h | 274 const char *property_path,
|
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | UserSettingsController.cpp | 74 …ertyValue (const ExecutionContext *exe_ctx, Stream &strm, const char *property_path, uint32_t dump… in DumpPropertyValue() argument 81 property_path, in DumpPropertyValue()
|
| HD | Debugger.cpp | 190 const char *property_path, in SetPropertyValue() argument 193 bool is_load_script = strcmp(property_path,"target.load-script-from-symbol-file") == 0; in SetPropertyValue() 194 bool is_escape_non_printables = strcmp(property_path, "escape-non-printables") == 0; in SetPropertyValue() 202 Error error (Properties::SetPropertyValue (exe_ctx, op, property_path, value)); in SetPropertyValue() 206 if (strcmp(property_path, g_properties[ePropertyPrompt].name) == 0) in SetPropertyValue() 216 else if (strcmp(property_path, g_properties[ePropertyUseColor].name) == 0) in SetPropertyValue()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| HD | OptionValueProperties.h | 80 const char *property_path, 139 const char *property_path) const;
|
| /NextBSD/contrib/llvm/tools/lldb/source/Commands/ |
| HD | CommandObjectSettings.cpp | 362 const char *property_path = args.GetArgumentAtIndex (i); in DoExecute() local 364 …etDebugger().DumpPropertyValue (&m_exe_ctx, result.GetOutputStream(), property_path, OptionValue::… in DoExecute() 457 const char *property_path = args.GetArgumentAtIndex (i); in DoExecute() local 459 …ter.GetDebugger().GetValueProperties()->GetPropertyAtPath (&m_exe_ctx, will_modify, property_path); in DoExecute() 467 result.AppendErrorWithFormat ("invalid property path '%s'", property_path); in DoExecute()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Interpreter/ |
| HD | OptionValueProperties.cpp | 653 const char *property_path, in DumpPropertyValue() argument 658 lldb::OptionValueSP value_sp (GetSubValue (exe_ctx, property_path, will_modify, error)); in DumpPropertyValue() 664 strm.PutCString (property_path); in DumpPropertyValue()
|