Home
last modified time | relevance | path

Searched refs:GetValueObjectAtIndex (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectList.h37 lldb::ValueObjectSP GetValueObjectAtIndex(size_t idx);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectList.cpp39 lldb::ValueObjectSP ValueObjectList::GetValueObjectAtIndex(size_t idx) { in GetValueObjectAtIndex() function in ValueObjectList
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp347 valobj_list.GetValueObjectAtIndex(i)->Dereference(tmp_error)); in GetValuesForVariableExpressionPath()
365 valobj_list.GetValueObjectAtIndex(i)->AddressOf(tmp_error)); in GetValuesForVariableExpressionPath()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp859 valobj_sp = valobj_list.GetValueObjectAtIndex(0); in DoExecute()
H A DCommandObjectTarget.cpp871 valobj_list.GetValueObjectAtIndex(global_idx)); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1166 valobj_sp = m_variable_list_value_objects.GetValueObjectAtIndex(var_idx); in GetValueObjectForFrameVariable()