OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:finished_object
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
remote.c
641
char *
finished_object
= nullptr;
variable
1703
xfree (this->
finished_object
);
11695
if (rs->
finished_object
)
11697
if (strcmp (object_name, rs->
finished_object
) == 0
11705
xfree (rs->
finished_object
);
11707
rs->
finished_object
= NULL;
11749
rs->
finished_object
= xstrdup (object_name);
/src/external/gpl3/gdb.old/dist/gdb/
remote.c
618
char *
finished_object
= nullptr;
variable
1659
xfree (this->
finished_object
);
11599
if (rs->
finished_object
)
11601
if (strcmp (object_name, rs->
finished_object
) == 0
11609
xfree (rs->
finished_object
);
11611
rs->
finished_object
= NULL;
11653
rs->
finished_object
= xstrdup (object_name);
Completed in 45 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026