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

  /src/external/gpl3/gdb/dist/gdbserver/
tracepoint.cc 3717 static struct tracepoint *cur_tpoint; variable in typeref:struct:tracepoint
3792 cur_tpoint = tracepoints;
3796 if (cur_tpoint)
3797 response_tracepoint (packet, cur_tpoint);
3812 if (!cur_tpoint)
3818 else if (cur_action < cur_tpoint->numactions)
3820 response_action (packet, cur_tpoint,
3821 cur_tpoint->actions_str[cur_action], 0);
3824 else if (cur_step_action < cur_tpoint->num_step_actions)
3826 response_action (packet, cur_tpoint,
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbserver/
tracepoint.cc 3717 static struct tracepoint *cur_tpoint; variable in typeref:struct:tracepoint
3792 cur_tpoint = tracepoints;
3796 if (cur_tpoint)
3797 response_tracepoint (packet, cur_tpoint);
3812 if (!cur_tpoint)
3818 else if (cur_action < cur_tpoint->numactions)
3820 response_action (packet, cur_tpoint,
3821 cur_tpoint->actions_str[cur_action], 0);
3824 else if (cur_step_action < cur_tpoint->num_step_actions)
3826 response_action (packet, cur_tpoint,
    [all...]

Completed in 28 milliseconds