Home
last modified time | relevance | path

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

/linux-3.4.99/arch/mn10300/kernel/
Dgdb-stub.c418 } step_bp[2]; variable
452 if (gdbstub_read_byte(addr + 0, &step_bp[ix].opcode[0]) < 0 || in __gdbstub_mark_bp()
453 gdbstub_read_byte(addr + 1, &step_bp[ix].opcode[1]) < 0) in __gdbstub_mark_bp()
456 step_bp[ix].addr = addr; in __gdbstub_mark_bp()
463 if (step_bp[0].addr) { in __gdbstub_restore_bp()
464 gdbstub_write_byte(step_bp[0].opcode[0], step_bp[0].addr + 0); in __gdbstub_restore_bp()
465 gdbstub_write_byte(step_bp[0].opcode[1], step_bp[0].addr + 1); in __gdbstub_restore_bp()
467 if (step_bp[1].addr) { in __gdbstub_restore_bp()
468 gdbstub_write_byte(step_bp[1].opcode[0], step_bp[1].addr + 0); in __gdbstub_restore_bp()
469 gdbstub_write_byte(step_bp[1].opcode[1], step_bp[1].addr + 1); in __gdbstub_restore_bp()
[all …]