Home
last modified time | relevance | path

Searched refs:sws_bps (Results 1 – 2 of 2) sorted by relevance

/external/ltrace/sysdeps/linux-gnu/
Dtrace.c573 int ct = sizeof(self->sws_bps) / sizeof(*self->sws_bps); in remove_sw_breakpoints()
576 if (self->sws_bps[i] != NULL) { in remove_sw_breakpoints()
577 delete_breakpoint_at(proc, self->sws_bps[i]->addr); in remove_sw_breakpoints()
578 self->sws_bps[i] = NULL; in remove_sw_breakpoints()
598 int ct = sizeof(self->sws_bps) / sizeof(*self->sws_bps); in sw_singlestep_add_bp()
601 if (self->sws_bps[i] == NULL) { in sw_singlestep_add_bp()
608 self->sws_bps[i] = bp; in sw_singlestep_add_bp()
620 for (i = 0; i < sizeof(self->sws_bps) / sizeof(*self->sws_bps); ++i) in singlestep()
621 self->sws_bps[i] = NULL; in singlestep()
Dtrace.h68 struct breakpoint *sws_bps[2]; member