Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mn10300/kernel/
Dgdb-stub.c172 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()
[all …]
/linux-2.6.39/arch/frv/kernel/
Dgdb-stub.c206 static struct gdbstub_bkpt gdbstub_bkpts[256]; variable
866 if (!gdbstub_bkpts[bkpt].addr) in gdbstub_set_breakpoint()
873 &gdbstub_bkpts[bkpt].originsns[loop])) in gdbstub_set_breakpoint()
883 gdbstub_bkpts[bkpt].originsns[xloop]); in gdbstub_set_breakpoint()
887 gdbstub_bkpts[bkpt].addr = addr; in gdbstub_set_breakpoint()
888 gdbstub_bkpts[bkpt].len = len; in gdbstub_set_breakpoint()
893 gdbstub_bkpts[bkpt].addr, in gdbstub_set_breakpoint()
894 gdbstub_bkpts[bkpt].len, in gdbstub_set_breakpoint()
895 gdbstub_bkpts[bkpt].originsns[0], in gdbstub_set_breakpoint()
896 gdbstub_bkpts[bkpt].originsns[1], in gdbstub_set_breakpoint()
[all …]