OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Apr 06 00:22:49 UTC 2026