Searched refs:value_of_child (Results 1 – 6 of 6) sorted by relevance
182 static struct value *value_of_child (const struct varobj *parent, int index);1520 newobj = value_of_child (v->parent, v->index); in varobj_update()1767 item.value = release_value (value_of_child (parent, index)); in create_child()2081 value_of_child (const struct varobj *parent, int index) in value_of_child() function2085 value = (*parent->root->lang_ops->value_of_child) (parent, index); in value_of_child()
191 struct value *(*value_of_child) (const struct varobj *parent, int index); member
12979 * varobj.c (value_of_child): Same.12985 (value_of_child): Constify parent.12987 (struct lang_varobj_ops): Constify name_of_child, value_of_child and
431 (value_of_child): Don't fetch the value.
2274 (value_of_child, my_value_of_variable): Likewise.
14536 (value_of_child): If value_fetch_lazy fails, return NULL