Lines Matching refs:opcode
417 u8 opcode[2]; member
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()
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()
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()
473 gdbstub_write_byte(step_bp[0].opcode[0], step_bp[0].addr + 0); in __gdbstub_restore_bp()
475 gdbstub_write_byte(step_bp[1].opcode[0], step_bp[1].addr + 0); in __gdbstub_restore_bp()
481 step_bp[0].opcode[0] = 0; in __gdbstub_restore_bp()
482 step_bp[0].opcode[1] = 0; in __gdbstub_restore_bp()
484 step_bp[1].opcode[0] = 0; in __gdbstub_restore_bp()
485 step_bp[1].opcode[1] = 0; in __gdbstub_restore_bp()
498 step_bp[0].opcode[0] = 0; in gdbstub_single_step()
499 step_bp[0].opcode[1] = 0; in gdbstub_single_step()
501 step_bp[1].opcode[0] = 0; in gdbstub_single_step()
502 step_bp[1].opcode[1] = 0; in gdbstub_single_step()
700 step_bp[0].opcode[0], step_bp[0].addr, in gdbstub_single_step()
701 step_bp[1].opcode[0], step_bp[1].addr); in gdbstub_single_step()