Searched refs:valobj_list (Results 1 – 7 of 7) sorted by relevance
329 ValueObjectList &valobj_list) { in GetValuesForVariableExpressionPath() argument340 valobj_list); in GetValuesForVariableExpressionPath()345 for (uint32_t i = 0; i < valobj_list.GetSize();) { in GetValuesForVariableExpressionPath()348 valobj_list.GetValueObjectAtIndex(i)->Dereference(tmp_error)); in GetValuesForVariableExpressionPath()351 valobj_list.RemoveValueObjectAtIndex(i); in GetValuesForVariableExpressionPath()353 valobj_list.SetValueObjectAtIndex(i, valobj_sp); in GetValuesForVariableExpressionPath()361 valobj_list); in GetValuesForVariableExpressionPath()363 for (uint32_t i = 0; i < valobj_list.GetSize();) { in GetValuesForVariableExpressionPath()366 valobj_list.GetValueObjectAtIndex(i)->AddressOf(tmp_error)); in GetValuesForVariableExpressionPath()369 valobj_list.RemoveValueObjectAtIndex(i); in GetValuesForVariableExpressionPath()[all …]
23 void ValueObjectList::Append(const ValueObjectList &valobj_list) { in Append() argument24 std::copy(valobj_list.m_value_objects.begin(), // source begin in Append()25 valobj_list.m_value_objects.end(), // source end in Append()
27 void Append(const ValueObjectList &valobj_list);
109 ValueObjectList &valobj_list);
850 ValueObjectList valobj_list; in DoExecute() local855 &target, variable_list, valobj_list)); in DoExecute()857 if (valobj_list.GetSize()) in DoExecute()858 valobj_sp = valobj_list.GetValueObjectAtIndex(0); in DoExecute()
842 ValueObjectList valobj_list; in DoExecute() local860 GetVariableCallback, target, variable_list, valobj_list)); in DoExecute()873 valobj_list.GetValueObjectAtIndex(global_idx)); in DoExecute()
5541 ValueObjectListDelegate(ValueObjectList &valobj_list) : m_rows() { in ValueObjectListDelegate() argument5542 SetValues(valobj_list); in ValueObjectListDelegate()5547 void SetValues(ValueObjectList &valobj_list) { in SetValues() argument5553 for (auto &valobj_sp : valobj_list.GetObjects()) in SetValues()