OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cur_source_string
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdbserver/
tracepoint.cc
3720
static struct source_string *
cur_source_string
;
variable in typeref:struct:source_string
3794
cur_source_string
= NULL;
3830
else if ((
cur_source_string
3831
?
cur_source_string
->next
3834
if (
cur_source_string
)
3835
cur_source_string
=
cur_source_string
->next;
3837
cur_source_string
= cur_tpoint->source_strings;
3838
response_source (packet, cur_tpoint,
cur_source_string
);
3844
cur_source_string
= NULL
[
all
...]
/src/external/gpl3/gdb.old/dist/gdbserver/
tracepoint.cc
3720
static struct source_string *
cur_source_string
;
variable in typeref:struct:source_string
3794
cur_source_string
= NULL;
3830
else if ((
cur_source_string
3831
?
cur_source_string
->next
3834
if (
cur_source_string
)
3835
cur_source_string
=
cur_source_string
->next;
3837
cur_source_string
= cur_tpoint->source_strings;
3838
response_source (packet, cur_tpoint,
cur_source_string
);
3844
cur_source_string
= NULL
[
all
...]
Completed in 39 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026