Home
last modified time | relevance | path

Searched refs:gdbstub_bkpts (Results 1 – 2 of 2) sorted by relevance

/arch/mn10300/kernel/
Dgdb-stub.c171 static struct gdbstub_bkpt gdbstub_bkpts[256]; variable
1093 if (!gdbstub_bkpts[bkpt].addr) in gdbstub_set_breakpoint()
1100 &gdbstub_bkpts[bkpt].origbytes[loop] in gdbstub_set_breakpoint()
1116 gdbstub_bkpts[bkpt].addr = addr; in gdbstub_set_breakpoint()
1117 gdbstub_bkpts[bkpt].len = len; in gdbstub_set_breakpoint()
1121 gdbstub_bkpts[bkpt].addr, in gdbstub_set_breakpoint()
1122 gdbstub_bkpts[bkpt].addr + gdbstub_bkpts[bkpt].len - 1, in gdbstub_set_breakpoint()
1123 gdbstub_bkpts[bkpt].origbytes[0], in gdbstub_set_breakpoint()
1124 gdbstub_bkpts[bkpt].origbytes[1], in gdbstub_set_breakpoint()
1125 gdbstub_bkpts[bkpt].origbytes[2], in gdbstub_set_breakpoint()
[all …]
/arch/frv/kernel/
Dgdb-stub.c205 static struct gdbstub_bkpt gdbstub_bkpts[256]; variable
865 if (!gdbstub_bkpts[bkpt].addr) in gdbstub_set_breakpoint()
872 &gdbstub_bkpts[bkpt].originsns[loop])) in gdbstub_set_breakpoint()
882 gdbstub_bkpts[bkpt].originsns[xloop]); in gdbstub_set_breakpoint()
886 gdbstub_bkpts[bkpt].addr = addr; in gdbstub_set_breakpoint()
887 gdbstub_bkpts[bkpt].len = len; in gdbstub_set_breakpoint()
892 gdbstub_bkpts[bkpt].addr, in gdbstub_set_breakpoint()
893 gdbstub_bkpts[bkpt].len, in gdbstub_set_breakpoint()
894 gdbstub_bkpts[bkpt].originsns[0], in gdbstub_set_breakpoint()
895 gdbstub_bkpts[bkpt].originsns[1], in gdbstub_set_breakpoint()
[all …]