HomeSort by relevance Sort by last modified time
    Searched refs:will_modify (Results 1 - 13 of 13) sorted by null

  /external/lldb/include/lldb/Interpreter/
OptionValueProperties.h 124 bool will_modify,
129 bool will_modify,
137 bool will_modify,
142 bool will_modify,
219 GetPropertyAtIndexAsOptionValueString (const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const;
222 GetPropertyAtIndexAsOptionValueFileSpec (const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const;
231 GetPropertyAtIndexAsOptionValuePathMappings (const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const;
234 GetPropertyAtIndexAsOptionValueFileSpecList (const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const;
OptionValueDictionary.h 95 bool will_modify,
OptionValueArray.h 75 bool will_modify,
OptionValue.h 123 bool will_modify,
  /external/lldb/source/Interpreter/
OptionValueProperties.cpp 119 bool will_modify) const
124 value_sp = GetPropertyAtIndex(exe_ctx, will_modify, idx)->GetValue();
131 bool will_modify,
150 value_sp = GetValueForKey (exe_ctx, key, will_modify);
156 return value_sp->GetSubValue (exe_ctx, sub_name + 1, will_modify, error);
179 return value_sp->GetSubValue (exe_ctx, predicate_end + 1, will_modify, error);
197 return value_sp->GetSubValue (exe_ctx, sub_name, will_modify, error);
215 const bool will_modify = true; local
216 lldb::OptionValueSP value_sp (GetSubValue (exe_ctx, name, will_modify, error));
254 OptionValueProperties::GetProperty (const ExecutionContext *exe_ctx, bool will_modify, const ConstString &name) cons
634 const bool will_modify = false; local
    [all...]
OptionValueDictionary.cpp 227 OptionValueDictionary::GetSubValue (const ExecutionContext *exe_ctx, const char *name, bool will_modify, Error &error) const
309 return value_sp->GetSubValue (exe_ctx, sub_name, will_modify, error);
331 const bool will_modify = true; local
332 lldb::OptionValueSP value_sp (GetSubValue (exe_ctx, name, will_modify, error));
OptionValueArray.cpp 85 bool will_modify,
119 return m_values[new_idx]->GetSubValue (exe_ctx, sub_value, will_modify, error);
  /external/lldb/include/lldb/Core/
UserSettingsController.h 61 bool will_modify,
  /external/lldb/source/Core/
UserSettingsController.cpp 30 bool will_modify,
35 return properties_sp->GetSubValue(exe_ctx, path, will_modify, error);
  /external/lldb/source/Commands/
CommandObjectSettings.cpp 448 const bool will_modify = false; local
458 const Property *property = m_interpreter.GetDebugger().GetValueProperties()->GetPropertyAtPath (&m_exe_ctx, will_modify, property_path);
    [all...]
  /external/lldb/source/Target/
Thread.cpp 91 GetPropertyAtIndex (const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const
    [all...]
Target.cpp     [all...]
Process.cpp 75 GetPropertyAtIndex (const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const
    [all...]

Completed in 360 milliseconds