OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stopnote
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdbserver/
tracepoint.cc
4076
char *saved, *user, *notes, *
stopnote
;
local
4117
stopnote
= (char *) xmalloc (nbytes + 1);
4118
nbytes = hex2bin (saved, (gdb_byte *)
stopnote
, nbytes);
4119
stopnote
[nbytes] = '\0';
4121
trace_debug ("tstop note is '%s'",
stopnote
);
4123
tracing_stop_note =
stopnote
;
/src/external/gpl3/gdb.old/dist/gdbserver/
tracepoint.cc
4076
char *saved, *user, *notes, *
stopnote
;
local
4117
stopnote
= (char *) xmalloc (nbytes + 1);
4118
nbytes = hex2bin (saved, (gdb_byte *)
stopnote
, nbytes);
4119
stopnote
[nbytes] = '\0';
4121
trace_debug ("tstop note is '%s'",
stopnote
);
4123
tracing_stop_note =
stopnote
;
Completed in 33 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026