get_bkpt
if ((Bp = get_bkpt(pc)) == NULL) {
if (get_bkpt(pc) != Bp)
if (get_bkpt(pc) != Bp)
if ((Bp = get_bkpt(pc)) == NULL || (Dp = Bp->dyn) == NULL)
if ((Bp = get_bkpt(pc)) != NULL && (Bp->flags & BPT_ACTIVE))