HomeSort by: relevance | last modified time | path
    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