Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dbreakpoint.c2589 struct bpstats root_bs[1]; in bpstat_stop_status() local
2591 bpstat bs = root_bs; in bpstat_stop_status()
2893 bs = root_bs->next; /* Re-grab the head of the chain */ in bpstat_stop_status()
3217 struct bpstats root_bs[1]; in bpstat_get_triggered_catchpoints() local
3218 bpstat bs = root_bs; in bpstat_get_triggered_catchpoints()
3223 root_bs->next = NULL; in bpstat_get_triggered_catchpoints()
3242 bs = root_bs->next; in bpstat_get_triggered_catchpoints()