HomeSort by: relevance | last modified time | path
    Searched defs:tracing_stop_note (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbserver/
tracepoint.cc 1271 static char *tracing_stop_note; variable
3623 str = (tracing_stop_note ? tracing_stop_note : "");
4122 xfree (tracing_stop_note);
4123 tracing_stop_note = stopnote;
  /src/external/gpl3/gdb.old/dist/gdbserver/
tracepoint.cc 1271 static char *tracing_stop_note; variable
3623 str = (tracing_stop_note ? tracing_stop_note : "");
4122 xfree (tracing_stop_note);
4123 tracing_stop_note = stopnote;

Completed in 34 milliseconds