Home
last modified time | relevance | path

Searched refs:valobj_list (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DVariable.cpp334 ValueObjectList &valobj_list) { in GetValuesForVariableExpressionPath() argument
345 valobj_list); in GetValuesForVariableExpressionPath()
350 for (uint32_t i = 0; i < valobj_list.GetSize();) { in GetValuesForVariableExpressionPath()
353 valobj_list.GetValueObjectAtIndex(i)->Dereference(tmp_error)); in GetValuesForVariableExpressionPath()
356 valobj_list.RemoveValueObjectAtIndex(i); in GetValuesForVariableExpressionPath()
358 valobj_list.SetValueObjectAtIndex(i, valobj_sp); in GetValuesForVariableExpressionPath()
366 valobj_list); in GetValuesForVariableExpressionPath()
368 for (uint32_t i = 0; i < valobj_list.GetSize();) { in GetValuesForVariableExpressionPath()
374 valobj_list.RemoveValueObjectAtIndex(i); in GetValuesForVariableExpressionPath()
376 valobj_list.SetValueObjectAtIndex(i, valobj_sp); in GetValuesForVariableExpressionPath()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectList.cpp38 void ValueObjectList::Append(const ValueObjectList &valobj_list) { in Append() argument
39 std::copy(valobj_list.m_value_objects.begin(), // source begin in Append()
40 valobj_list.m_value_objects.end(), // source end in Append()
H A DIOHandler.cpp2638 ValueObjectListDelegate(ValueObjectList &valobj_list) in ValueObjectListDelegate() argument
2642 SetValues(valobj_list); in ValueObjectListDelegate()
2647 void SetValues(ValueObjectList &valobj_list) { in SetValues() argument
2653 for (auto &valobj_sp : valobj_list.GetObjects()) in SetValues()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectList.h44 void Append(const ValueObjectList &valobj_list);
H A DIOHandler.h503 ValueObjectList &valobj_list);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DVariable.h104 ValueObjectList &valobj_list);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp890 ValueObjectList valobj_list; in DoExecute() local
895 variable_list, valobj_list)); in DoExecute()
897 if (valobj_list.GetSize()) in DoExecute()
898 valobj_sp = valobj_list.GetValueObjectAtIndex(0); in DoExecute()
H A DCommandObjectTarget.cpp860 ValueObjectList valobj_list; in DoExecute() local
879 GetVariableCallback, target, variable_list, valobj_list)); in DoExecute()
893 valobj_list.GetValueObjectAtIndex(global_idx)); in DoExecute()