| /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...] |