Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mn10300/kernel/
Dgdb-stub.c441 static int __gdbstub_mark_bp(u8 *addr, int ix) in __gdbstub_mark_bp() function
516 if (!__gdbstub_mark_bp(pc + size, 0)) in gdbstub_single_step()
524 if (!__gdbstub_mark_bp(pc + 2, 0)) in gdbstub_single_step()
527 !__gdbstub_mark_bp(pc + (s8) x, 1)) in gdbstub_single_step()
533 if (!__gdbstub_mark_bp(pc + 1, 0)) in gdbstub_single_step()
536 !__gdbstub_mark_bp((u8 *) regs->lar, 1)) in gdbstub_single_step()
543 if (!__gdbstub_mark_bp(pc + 1, 0)) in gdbstub_single_step()
553 if (!__gdbstub_mark_bp(pc + (s16) x, 0)) in gdbstub_single_step()
565 if (!__gdbstub_mark_bp(pc + (s32) x, 0)) in gdbstub_single_step()
571 if (!__gdbstub_mark_bp((u8 *) regs->mdr, 0)) in gdbstub_single_step()
[all …]