Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Core/
DValueObjectList.h60 GetValueObjectAtIndex (size_t idx);
/external/lldb/source/Core/
DValueObjectList.cpp77 ValueObjectList::GetValueObjectAtIndex (size_t idx) in GetValueObjectAtIndex() function in ValueObjectList
/external/lldb/source/Symbol/
DVariable.cpp342 … ValueObjectSP valobj_sp (valobj_list.GetValueObjectAtIndex(i)->Dereference(tmp_error)); in GetValuesForVariableExpressionPath()
376 … ValueObjectSP valobj_sp (valobj_list.GetValueObjectAtIndex(i)->AddressOf(tmp_error)); in GetValuesForVariableExpressionPath()
/external/lldb/source/Commands/
DCommandObjectWatchpoint.cpp1050 valobj_sp = valobj_list.GetValueObjectAtIndex(0); in DoExecute()
DCommandObjectTarget.cpp824 ValueObjectSP valobj_sp (valobj_list.GetValueObjectAtIndex(global_idx)); in DoExecute()
/external/lldb/source/Target/
DStackFrame.cpp1183 valobj_sp = m_variable_list_value_objects.GetValueObjectAtIndex (var_idx); in GetValueObjectForFrameVariable()