Home
last modified time | relevance | path

Searched refs:rootlist (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dvarobj.c198 static std::list<struct varobj_root *> rootlist; variable
1736 rootlist.push_front (var->root); in install_variable()
1752 auto iter = std::find (rootlist.begin (), rootlist.end (), var->root); in uninstall_variable()
1753 rootlist.erase (iter); in uninstall_variable()
2321 auto iter = rootlist.begin (); in all_root_varobjs()
2322 auto end = rootlist.end (); in all_root_varobjs()
DChangeLog-20094309 Remove the variables rootlist, cr. New variable data.
4808 variables var, rootlist and cr to their local sub-block. Move the
DChangeLog-2020621 (rootlist): Now a std::list.