Home | History | Annotate | Download | only in target-i386

Lines Matching defs:bp

1440     CPUBreakpoint *bp;
1451 QTAILQ_FOREACH(bp, &env->breakpoints, entry)
1452 if (bp->pc == env->eip) {
1453 if (bp->flags & BP_CPU) {