Searched refs:varobj_restrict_range (Results 1 – 6 of 6) sorted by relevance
353 extern void varobj_restrict_range (const std::vector<varobj *> &children,
573 varobj_restrict_range (const std::vector<varobj *> &children, in varobj_restrict_range() function782 varobj_restrict_range (var->children, from, to); in varobj_list_children()810 varobj_restrict_range (var->children, from, to); in varobj_list_children()
996 varobj_restrict_range (var->children, &from, &to); in ada_value_has_mutated()
2506 (restrict_range): Rename it varobj_restrict_range. Make it extern.2550 (varobj_restrict_range): Declare.
2341 (varobj_restrict_range): Change parameter type to std::vector2344 (varobj_restrict_range): Change parameter type to std::vector
3483 * varobj.c (varobj_restrict_range): Update comment.