Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dvarobj.h353 extern void varobj_restrict_range (const std::vector<varobj *> &children,
Dvarobj.c573 varobj_restrict_range (const std::vector<varobj *> &children, in varobj_restrict_range() function
782 varobj_restrict_range (var->children, from, to); in varobj_list_children()
810 varobj_restrict_range (var->children, from, to); in varobj_list_children()
Dada-varobj.c996 varobj_restrict_range (var->children, &from, &to); in ada_value_has_mutated()
DChangeLog-20132506 (restrict_range): Rename it varobj_restrict_range. Make it extern.
2550 (varobj_restrict_range): Declare.
DChangeLog-20172341 (varobj_restrict_range): Change parameter type to std::vector
2344 (varobj_restrict_range): Change parameter type to std::vector
DChangeLog-20193483 * varobj.c (varobj_restrict_range): Update comment.