Searched refs:valobj_list (Results 1 – 7 of 7) sorted by relevance
333 ValueObjectList &valobj_list) { in GetValuesForVariableExpressionPath() argument344 valobj_list); in GetValuesForVariableExpressionPath()349 for (uint32_t i = 0; i < valobj_list.GetSize();) { in GetValuesForVariableExpressionPath()352 valobj_list.GetValueObjectAtIndex(i)->Dereference(tmp_error)); in GetValuesForVariableExpressionPath()355 valobj_list.RemoveValueObjectAtIndex(i); in GetValuesForVariableExpressionPath()357 valobj_list.SetValueObjectAtIndex(i, valobj_sp); in GetValuesForVariableExpressionPath()365 valobj_list); in GetValuesForVariableExpressionPath()367 for (uint32_t i = 0; i < valobj_list.GetSize();) { in GetValuesForVariableExpressionPath()370 valobj_list.GetValueObjectAtIndex(i)->AddressOf(tmp_error)); in GetValuesForVariableExpressionPath()373 valobj_list.RemoveValueObjectAtIndex(i); in GetValuesForVariableExpressionPath()[all …]
29 void ValueObjectList::Append(const ValueObjectList &valobj_list) { in Append() argument30 std::copy(valobj_list.m_value_objects.begin(), // source begin in Append()31 valobj_list.m_value_objects.end(), // source end in Append()
2228 ValueObjectListDelegate(ValueObjectList &valobj_list) in ValueObjectListDelegate() argument2231 SetValues(valobj_list); in ValueObjectListDelegate()2236 void SetValues(ValueObjectList &valobj_list) { in SetValues() argument2242 for (auto &valobj_sp : valobj_list.GetObjects()) in SetValues()
29 void Append(const ValueObjectList &valobj_list);
102 ValueObjectList &valobj_list);
938 ValueObjectList valobj_list; in DoExecute() local943 variable_list, valobj_list)); in DoExecute()945 if (valobj_list.GetSize()) in DoExecute()946 valobj_sp = valobj_list.GetValueObjectAtIndex(0); in DoExecute()
851 ValueObjectList valobj_list; in DoExecute() local871 GetVariableCallback, target, variable_list, valobj_list)); in DoExecute()885 valobj_list.GetValueObjectAtIndex(global_idx)); in DoExecute()