HomeSort by: relevance | last modified time | path
    Searched defs:rootlist (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
varobj.c 198 static std::list<struct varobj_root *> rootlist; variable in typeref:struct:varobj_root
1734 rootlist.push_front (var->root);
1750 auto iter = std::find (rootlist.begin (), rootlist.end (), var->root);
1751 rootlist.erase (iter);
2320 auto iter = rootlist.begin ();
2321 auto end = rootlist.end ();
  /src/external/gpl3/gdb/dist/gdb/
varobj.c 198 static std::list<struct varobj_root *> rootlist; variable in typeref:struct:varobj_root
1734 rootlist.push_front (var->root);
1750 auto iter = std::find (rootlist.begin (), rootlist.end (), var->root);
1751 rootlist.erase (iter);
2320 auto iter = rootlist.begin ();
2321 auto end = rootlist.end ();

Completed in 17 milliseconds