OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sws_bps
(Results
1 - 2
of
2
) sorted by null
/external/ltrace/sysdeps/linux-gnu/
trace.h
68
struct breakpoint *
sws_bps
[2];
member in struct:process_stopping_handler
trace.c
573
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
) / sizeof(*self->sws_bps); ++i
[
all
...]
Completed in 98 milliseconds