OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tracing_stop_reason
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdbserver/
tracepoint.cc
1248
static const char *
tracing_stop_reason
= "tnotrun";
variable
2830
else if (!tracing && strcmp (
tracing_stop_reason
, "tnotrun") == 0)
3425
tracing_stop_reason
= "t???";
3433
tracing_stop_reason
= "tpasscount";
3439
tracing_stop_reason
= "tfull";
3444
tracing_stop_reason
= eval_result_names[expr_eval_result];
3451
tracing_stop_reason
= "tdisconnected";
3457
tracing_stop_reason
= "tstop";
3629
tracing,
tracing_stop_reason
);
3640
stop_reason_rsp = (char *)
tracing_stop_reason
;
[
all
...]
/src/external/gpl3/gdb.old/dist/gdbserver/
tracepoint.cc
1248
static const char *
tracing_stop_reason
= "tnotrun";
variable
2830
else if (!tracing && strcmp (
tracing_stop_reason
, "tnotrun") == 0)
3425
tracing_stop_reason
= "t???";
3433
tracing_stop_reason
= "tpasscount";
3439
tracing_stop_reason
= "tfull";
3444
tracing_stop_reason
= eval_result_names[expr_eval_result];
3451
tracing_stop_reason
= "tdisconnected";
3457
tracing_stop_reason
= "tstop";
3629
tracing,
tracing_stop_reason
);
3640
stop_reason_rsp = (char *)
tracing_stop_reason
;
[
all
...]
Completed in 21 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026