Home | History | Annotate | Download | only in gdbstub

Lines Matching full:hwbps

96 static struct hwbp hwbps[4];
119 for (i = 0; i < sizeof hwbps / sizeof hwbps[0]; i++) {
120 if (hwbps[i].type == type && hwbps[i].addr == addr
121 && hwbps[i].len == len) {
122 return &hwbps[i];
124 if (!hwbps[i].enabled) {
125 available = &hwbps[i];
133 int regnum = bp - hwbps;