OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tvariables
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
tracepoint.c
108
static std::vector<trace_state_variable>
tvariables
;
variable
256
return &
tvariables
.emplace_back (name, next_tsv_number++);
264
for (trace_state_variable &tsv :
tvariables
)
277
for (trace_state_variable &tsv :
tvariables
)
287
for (auto it =
tvariables
.begin (); it !=
tvariables
.end (); it++)
291
tvariables
.erase (it);
387
tvariables
.clear ();
412
for (trace_state_variable &tsv :
tvariables
)
417
ui_out_emit_table table_emitter (uiout, 3,
tvariables
.size ()
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/
tracepoint.c
108
static std::vector<trace_state_variable>
tvariables
;
variable
256
return &
tvariables
.emplace_back (name, next_tsv_number++);
264
for (trace_state_variable &tsv :
tvariables
)
277
for (trace_state_variable &tsv :
tvariables
)
287
for (auto it =
tvariables
.begin (); it !=
tvariables
.end (); it++)
291
tvariables
.erase (it);
387
tvariables
.clear ();
412
for (trace_state_variable &tsv :
tvariables
)
417
ui_out_emit_table table_emitter (uiout, 3,
tvariables
.size ()
[
all
...]
Completed in 23 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026