Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dvarobj.h181 std::string (*name_of_variable) (const struct varobj *parent); member
Dvarobj.c176 static std::string name_of_variable (const struct varobj *);
455 return name_of_variable (var); in varobj_get_expression()
1894 name_of_variable (const struct varobj *var) in name_of_variable() function
1896 return (*var->root->lang_ops->name_of_variable) (var); in name_of_variable()
Dada-varobj.c890 return c_varobj_ops.name_of_variable (parent); in ada_name_of_variable()
DChangeLog-20162326 (name_of_variable, name_of_child, my_value_of_variable): Return
2348 (name_of_variable, name_of_child): Now returns std::string.
2356 <name_of_variable, name_of_child, path_expr_of_child,
DChangeLog-201513722 (name_of_variable): Same.
13743 (name_of_variable): Same.
DChangeLog-20132273 (number_of_children, name_of_variable): Likewise.