Searched refs:bpts (Results 1 – 1 of 1) sorted by relevance
97 static struct bpt bpts[NBPTS]; variable102 #define BP_NUM(bp) ((bp) - bpts + 1)680 bp = bpts; in at_breakpoint()691 off = nip - (unsigned long) bpts; in in_breakpoint_table()692 if (off >= sizeof(bpts)) in in_breakpoint_table()711 for (bp = bpts; bp < &bpts[NBPTS]; ++bp) { in new_breakpoint()729 bp = bpts; in insert_bpts()779 bp = bpts; in remove_bpts()1195 bpts[i].enabled = 0; in bpt_cmds()1204 bp = &bpts[a-1]; /* bp nums are 1 based */ in bpt_cmds()[all …]