Searched refs:shadow_inst (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.sbin/bhyve/ |
H A D | gdb.c | 127 uint8_t shadow_inst[GDB_BP_SIZE]; member 1509 cp = paddr_guest2host(ctx, bp->gpa, sizeof(bp->shadow_inst)); in remove_all_sw_breakpoints() 1510 write_instr(cp, bp->shadow_inst, sizeof(bp->shadow_inst)); in remove_all_sw_breakpoints() 1541 cp = paddr_guest2host(ctx, gpa, sizeof(bp->shadow_inst)); in update_sw_breakpoint() 1565 memcpy(bp->shadow_inst, cp, sizeof(bp->shadow_inst)); in update_sw_breakpoint() 1566 write_instr(cp, GDB_BP_INSTR, sizeof(bp->shadow_inst)); in update_sw_breakpoint() 1573 write_instr(cp, bp->shadow_inst, in update_sw_breakpoint() 1574 sizeof(bp->shadow_inst)); in update_sw_breakpoint()
|