OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stop_reason_rsp
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdbserver/
tracepoint.cc
3605
char *
stop_reason_rsp
= NULL;
local
3640
stop_reason_rsp
= (char *) tracing_stop_reason;
3645
if (startswith (
stop_reason_rsp
, "terror:"))
3651
result_name =
stop_reason_rsp
+ strlen ("terror:");
3653
p =
stop_reason_rsp
3661
if (strcmp (
stop_reason_rsp
, "tstop") == 0)
3663
stop_reason_rsp
= (char *) alloca (strlen ("tstop:") + strlen (buf3) + 1);
3664
strcpy (
stop_reason_rsp
, "tstop:");
3665
strcat (
stop_reason_rsp
, buf3);
3678
stop_reason_rsp
, tracing_stop_tpnum
[
all
...]
/src/external/gpl3/gdb.old/dist/gdbserver/
tracepoint.cc
3605
char *
stop_reason_rsp
= NULL;
local
3640
stop_reason_rsp
= (char *) tracing_stop_reason;
3645
if (startswith (
stop_reason_rsp
, "terror:"))
3651
result_name =
stop_reason_rsp
+ strlen ("terror:");
3653
p =
stop_reason_rsp
3661
if (strcmp (
stop_reason_rsp
, "tstop") == 0)
3663
stop_reason_rsp
= (char *) alloca (strlen ("tstop:") + strlen (buf3) + 1);
3664
strcpy (
stop_reason_rsp
, "tstop:");
3665
strcat (
stop_reason_rsp
, buf3);
3678
stop_reason_rsp
, tracing_stop_tpnum
[
all
...]
Completed in 28 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026