Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp333 ValueObjectList &valobj_list) { in GetValuesForVariableExpressionPath() argument
344 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()
373 valobj_list.RemoveValueObjectAtIndex(i); in GetValuesForVariableExpressionPath()
375 valobj_list.SetValueObjectAtIndex(i, valobj_sp); in GetValuesForVariableExpressionPath()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObjectList.cpp29 void ValueObjectList::Append(const ValueObjectList &valobj_list) { in Append() argument
30 std::copy(valobj_list.m_value_objects.begin(), // source begin in Append()
31 valobj_list.m_value_objects.end(), // source end in Append()
H A DIOHandlerCursesGUI.cpp4050 ValueObjectListDelegate(ValueObjectList &valobj_list) in ValueObjectListDelegate() argument
4053 SetValues(valobj_list); in ValueObjectListDelegate()
4058 void SetValues(ValueObjectList &valobj_list) { in SetValues() argument
4064 for (auto &valobj_sp : valobj_list.GetObjects()) in SetValues()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectList.h29 void Append(const ValueObjectList &valobj_list);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariable.h102 ValueObjectList &valobj_list);
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp917 ValueObjectList valobj_list; in DoExecute() local
922 variable_list, valobj_list)); in DoExecute()
924 if (valobj_list.GetSize()) in DoExecute()
925 valobj_sp = valobj_list.GetValueObjectAtIndex(0); in DoExecute()
H A DCommandObjectTarget.cpp828 ValueObjectList valobj_list; in DoExecute() local
846 GetVariableCallback, target, variable_list, valobj_list)); in DoExecute()
859 valobj_list.GetValueObjectAtIndex(global_idx)); in DoExecute()