Home | History | Annotate | Download | only in gdbserver

Lines Matching defs:hit_count

741   uint64_t hit_count;
3228 tpoint->hit_count = 0;
3712 sprintf (own_buf, "V%" PRIu64 ":%" PRIu64 "", tpoint->hit_count,
4419 && tpoint->hit_count >= tpoint->pass_count
4605 tpoint->hit_count++;
4612 && tpoint->hit_count >= tpoint->pass_count
4618 tpoint->number, paddress (tpoint->address), tpoint->hit_count);
4657 tpoint->hit_count);
6037 target_tracepoint.hit_count = 0;
6099 COPY_FIELD_TO_BUF (p, tpoint, hit_count);