Searched refs:child_valobj_sp (Results 1 – 2 of 2) sorted by relevance
606 ValueObjectSP child_valobj_sp; in GetValueForVariableExpressionPath() local687 child_valobj_sp = valobj_sp->GetChildMemberWithName(child_name, true); in GetValueForVariableExpressionPath()688 if (!child_valobj_sp) { in GetValueForVariableExpressionPath()690 child_valobj_sp = valobj_sp->GetSyntheticValue(); in GetValueForVariableExpressionPath()691 if (child_valobj_sp) in GetValueForVariableExpressionPath()692 child_valobj_sp = in GetValueForVariableExpressionPath()693 child_valobj_sp->GetChildMemberWithName(child_name, true); in GetValueForVariableExpressionPath()696 if (no_synth_child || !child_valobj_sp) { in GetValueForVariableExpressionPath()729 child_valobj_sp->GetDynamicValue(use_dynamic)); in GetValueForVariableExpressionPath()731 child_valobj_sp = dynamic_value_sp; in GetValueForVariableExpressionPath()[all …]
2220 ValueObjectSP child_valobj_sp = in GetValueForExpressionPath_Impl() local2223 if (child_valobj_sp.get()) // we know we are done, so just return in GetValueForExpressionPath_Impl()2228 return child_valobj_sp; in GetValueForExpressionPath_Impl()2237 child_valobj_sp = root->GetNonSyntheticValue(); in GetValueForExpressionPath_Impl()2238 if (child_valobj_sp.get()) in GetValueForExpressionPath_Impl()2239 child_valobj_sp = in GetValueForExpressionPath_Impl()2240 child_valobj_sp->GetChildMemberWithName(child_name, true); in GetValueForExpressionPath_Impl()2246 child_valobj_sp = root->GetSyntheticValue(); in GetValueForExpressionPath_Impl()2247 if (child_valobj_sp.get()) in GetValueForExpressionPath_Impl()2248 child_valobj_sp = in GetValueForExpressionPath_Impl()[all …]