Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDStackFrame.cpp826 long child_index = ::strtol (&var_path[1], &end, 0); in GetValueForVariableExpressionPath() local
898 …else if (static_cast<uint32_t>(child_index) >= synthetic->GetNumChildren() /* synthetic does not h… in GetValueForVariableExpressionPath()
902 child_index, in GetValueForVariableExpressionPath()
908 … child_valobj_sp = synthetic->GetChildAtIndex(child_index, true); in GetValueForVariableExpressionPath()
913 child_index, in GetValueForVariableExpressionPath()
921 … child_valobj_sp = valobj_sp->GetSyntheticArrayMember (child_index, true); in GetValueForVariableExpressionPath()
926 child_index, in GetValueForVariableExpressionPath()
936 … child_valobj_sp = valobj_sp->GetChildAtIndex (child_index, true); in GetValueForVariableExpressionPath()
938 … child_valobj_sp = valobj_sp->GetSyntheticArrayMember (child_index, true); in GetValueForVariableExpressionPath()
944 child_index, in GetValueForVariableExpressionPath()
[all …]