• Home
  • Raw
  • Download

Lines Matching refs:gdbstub_write_byte

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()
705 if (gdbstub_write_byte(0xF7, step_bp[0].addr + 0) < 0 || in gdbstub_single_step()
706 gdbstub_write_byte(0xF7, step_bp[0].addr + 1) < 0) in gdbstub_single_step()
709 if (gdbstub_write_byte(0xFF, step_bp[0].addr + 0) < 0) in gdbstub_single_step()
716 if (gdbstub_write_byte(0xF7, step_bp[1].addr + 0) < 0 || in gdbstub_single_step()
717 gdbstub_write_byte(0xF7, step_bp[1].addr + 1) < 0) in gdbstub_single_step()
720 if (gdbstub_write_byte(0xFF, step_bp[1].addr + 0) < 0) in gdbstub_single_step()
862 if (gdbstub_write_byte(ch.val, mem) != 0) in hex2mem()
908 if (gdbstub_write_byte(ch.val, mem) != 0) in hex2mem()
1108 if (gdbstub_write_byte(0xF7, &addr[loop]) < 0) in gdbstub_set_breakpoint()
1112 if (gdbstub_write_byte(0xFF, &addr[loop]) < 0) in gdbstub_set_breakpoint()
1136 gdbstub_write_byte(gdbstub_bkpts[bkpt].origbytes[xloop], in gdbstub_set_breakpoint()
1166 if (gdbstub_write_byte(gdbstub_bkpts[bkpt].origbytes[loop], in gdbstub_clear_breakpoint()