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

  /src/external/gpl3/gdb/dist/gdbserver/
tracepoint.cc 418 static int tracepoint_send_agent (struct tracepoint *tpoint);
2627 if (tracepoint_send_agent (tpoint) == 0)
3261 tracepoint_send_agent (tpoint);
3274 installed = !tracepoint_send_agent (tpoint);
6082 tracepoint_send_agent (struct tracepoint *tpoint) function
  /src/external/gpl3/gdb.old/dist/gdbserver/
tracepoint.cc 418 static int tracepoint_send_agent (struct tracepoint *tpoint);
2627 if (tracepoint_send_agent (tpoint) == 0)
3261 tracepoint_send_agent (tpoint);
3274 installed = !tracepoint_send_agent (tpoint);
6082 tracepoint_send_agent (struct tracepoint *tpoint) function

Completed in 33 milliseconds