Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dvarobj.c182 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() function
2085 value = (*parent->root->lang_ops->value_of_child) (parent, index); in value_of_child()
Dvarobj.h191 struct value *(*value_of_child) (const struct varobj *parent, int index); member
DChangeLog-201512979 * 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
DChangeLog-2006431 (value_of_child): Don't fetch the value.
DChangeLog-20132274 (value_of_child, my_value_of_variable): Likewise.
DChangeLog-200214536 (value_of_child): If value_fetch_lazy fails, return NULL