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

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

Completed in 216 milliseconds