HomeSort by relevance Sort by last modified time
    Searched full:property_path (Results 1 - 7 of 7) sorted by null

  /external/lldb/include/lldb/Core/
UserSettingsController.h 60 const char *property_path,
67 const char *property_path,
73 const char *property_path,
Debugger.h 274 const char *property_path,
  /external/lldb/source/Core/
UserSettingsController.cpp 75 Properties::DumpPropertyValue (const ExecutionContext *exe_ctx, Stream &strm, const char *property_path, uint32_t dump_mask)
82 property_path,
Debugger.cpp 173 const char *property_path,
176 bool is_load_script = strcmp(property_path,"target.load-script-from-symbol-file") == 0;
184 Error error (Properties::SetPropertyValue (exe_ctx, op, property_path, value));
188 if (strcmp(property_path, g_properties[ePropertyPrompt].name) == 0)
197 else if (strcmp(property_path, g_properties[ePropertyUseColor].name) == 0)
    [all...]
  /external/lldb/source/Interpreter/
OptionValueProperties.cpp 630 const char *property_path,
635 lldb::OptionValueSP value_sp (GetSubValue (exe_ctx, property_path, will_modify, error));
641 strm.PutCString (property_path);
  /external/lldb/include/lldb/Interpreter/
OptionValueProperties.h 79 const char *property_path,
138 const char *property_path) const;
  /external/lldb/source/Commands/
CommandObjectSettings.cpp 361 const char *property_path = args.GetArgumentAtIndex (i); local
363 Error error(m_interpreter.GetDebugger().DumpPropertyValue (&m_exe_ctx, result.GetOutputStream(), property_path, OptionValue::eDumpGroupValue));
456 const char *property_path = args.GetArgumentAtIndex (i); local
458 const Property *property = m_interpreter.GetDebugger().GetValueProperties()->GetPropertyAtPath (&m_exe_ctx, will_modify, property_path);
466 result.AppendErrorWithFormat ("invalid property path '%s'", property_path);
    [all...]

Completed in 347 milliseconds