Lines Matching refs:gdbstub_bkpts
172 static struct gdbstub_bkpt gdbstub_bkpts[256]; variable
1094 if (!gdbstub_bkpts[bkpt].addr) in gdbstub_set_breakpoint()
1101 &gdbstub_bkpts[bkpt].origbytes[loop] in gdbstub_set_breakpoint()
1117 gdbstub_bkpts[bkpt].addr = addr; in gdbstub_set_breakpoint()
1118 gdbstub_bkpts[bkpt].len = len; in gdbstub_set_breakpoint()
1122 gdbstub_bkpts[bkpt].addr, in gdbstub_set_breakpoint()
1123 gdbstub_bkpts[bkpt].addr + gdbstub_bkpts[bkpt].len - 1, in gdbstub_set_breakpoint()
1124 gdbstub_bkpts[bkpt].origbytes[0], in gdbstub_set_breakpoint()
1125 gdbstub_bkpts[bkpt].origbytes[1], in gdbstub_set_breakpoint()
1126 gdbstub_bkpts[bkpt].origbytes[2], in gdbstub_set_breakpoint()
1127 gdbstub_bkpts[bkpt].origbytes[3], in gdbstub_set_breakpoint()
1128 gdbstub_bkpts[bkpt].origbytes[4], in gdbstub_set_breakpoint()
1129 gdbstub_bkpts[bkpt].origbytes[5], in gdbstub_set_breakpoint()
1130 gdbstub_bkpts[bkpt].origbytes[6] in gdbstub_set_breakpoint()
1137 gdbstub_write_byte(gdbstub_bkpts[bkpt].origbytes[xloop], in gdbstub_set_breakpoint()
1156 if (gdbstub_bkpts[bkpt].addr == addr && in gdbstub_clear_breakpoint()
1157 gdbstub_bkpts[bkpt].len == len) in gdbstub_clear_breakpoint()
1162 gdbstub_bkpts[bkpt].addr = NULL; in gdbstub_clear_breakpoint()
1167 if (gdbstub_write_byte(gdbstub_bkpts[bkpt].origbytes[loop], in gdbstub_clear_breakpoint()