OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:global_client
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
debuginfod-support.c
196
static debuginfod_client *
global_client
= nullptr;
local
198
if (
global_client
== nullptr)
200
global_client
= debuginfod_begin ();
202
if (
global_client
!= nullptr)
216
debuginfod_end (
global_client
);
218
debuginfod_set_progressfn (
global_client
, progressfn);
222
return
global_client
;
/src/external/gpl3/gdb/dist/gdb/
debuginfod-support.c
197
static debuginfod_client *
global_client
= nullptr;
local
199
if (
global_client
== nullptr)
201
global_client
= debuginfod_begin ();
203
if (
global_client
!= nullptr)
217
debuginfod_end (
global_client
);
219
debuginfod_set_progressfn (
global_client
, progressfn);
223
return
global_client
;
Completed in 25 milliseconds
Indexes created Mon Aug 24 00:24:59 UTC 2026