OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:default_collect
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
tracepoint.h
161
extern std::string
default_collect
;
tracepoint.c
130
std::string
default_collect
;
variable
2766
if (!
default_collect
.empty ())
2769
= xstrprintf ("collect %s",
default_collect
.c_str ());
4067
&
default_collect
, _("\
breakpoint.c
7208
if (
default_collect
.empty ())
7214
uiout->field_string ("default-collect",
default_collect
);
14570
if (extra_trace_bits && !
default_collect
.empty ())
14571
fp.printf ("set default-collect %s\n",
default_collect
.c_str ());
remote.c
13865
if (b->commands || !
default_collect
.empty ())
/src/external/gpl3/gdb.old/dist/gdb/
tracepoint.h
162
extern std::string
default_collect
;
tracepoint.c
130
std::string
default_collect
;
variable
2762
if (!
default_collect
.empty ())
2765
= xstrprintf ("collect %s",
default_collect
.c_str ());
4063
&
default_collect
, _("\
breakpoint.c
7127
if (
default_collect
.empty ())
7133
uiout->field_string ("default-collect",
default_collect
);
14554
if (extra_trace_bits && !
default_collect
.empty ())
14555
fp.printf ("set default-collect %s\n",
default_collect
.c_str ());
remote.c
13693
if (b->commands || !
default_collect
.empty ())
Completed in 71 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026