OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:numactions
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdbserver/
tracepoint.cc
736
uint32_t
numactions
;
member in struct:tracepoint
1796
tpoint->
numactions
= 0;
2021
tpoint->
numactions
++;
2024
tpoint->
numactions
);
2026
= XRESIZEVEC (char *, tpoint->actions_str, tpoint->
numactions
);
2027
tpoint->actions[tpoint->
numactions
- 1] = action;
2028
tpoint->actions_str[tpoint->
numactions
- 1]
3818
else if (cur_action < cur_tpoint->
numactions
)
4624
for (acti = 0; acti < tpoint->
numactions
; ++acti)
6047
if (tpoint->
numactions
)
[
all
...]
/src/external/gpl3/gdb.old/dist/gdbserver/
tracepoint.cc
736
uint32_t
numactions
;
member in struct:tracepoint
1796
tpoint->
numactions
= 0;
2021
tpoint->
numactions
++;
2024
tpoint->
numactions
);
2026
= XRESIZEVEC (char *, tpoint->actions_str, tpoint->
numactions
);
2027
tpoint->actions[tpoint->
numactions
- 1] = action;
2028
tpoint->actions_str[tpoint->
numactions
- 1]
3818
else if (cur_action < cur_tpoint->
numactions
)
4624
for (acti = 0; acti < tpoint->
numactions
; ++acti)
6047
if (tpoint->
numactions
)
[
all
...]
Completed in 29 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026