Searched refs:shadow_inst (Results 1 – 1 of 1) sorted by relevance
| /illumos-gate/usr/src/cmd/bhyve/common/ |
| H A D | gdb.c | 110 uint8_t shadow_inst[GDB_BP_SIZE]; member 1277 cp = paddr_guest2host(ctx, bp->gpa, sizeof(bp->shadow_inst)); in remove_all_sw_breakpoints() 1278 memcpy(cp, bp->shadow_inst, sizeof(bp->shadow_inst)); in remove_all_sw_breakpoints() 1309 cp = paddr_guest2host(ctx, gpa, sizeof(bp->shadow_inst)); in update_sw_breakpoint() 1333 memcpy(bp->shadow_inst, cp, sizeof(bp->shadow_inst)); in update_sw_breakpoint() 1334 memcpy(cp, GDB_BP_INSTR, sizeof(bp->shadow_inst)); in update_sw_breakpoint() 1341 memcpy(cp, bp->shadow_inst, sizeof(bp->shadow_inst)); in update_sw_breakpoint()
|