Searched refs:stepped_over_bp (Results 1 – 1 of 1) sorted by relevance
1646 struct whpx_breakpoint *stepped_over_bp = NULL; in whpx_vcpu_run() local1664 stepped_over_bp = whpx_lookup_breakpoint_by_addr(pc); in whpx_vcpu_run()1665 if (stepped_over_bp && stepped_over_bp->state != WHPX_BP_SET) { in whpx_vcpu_run()1666 stepped_over_bp = NULL; in whpx_vcpu_run()1669 if (stepped_over_bp) { in whpx_vcpu_run()1704 if (stepped_over_bp) { in whpx_vcpu_run()1707 stepped_over_bp->address, in whpx_vcpu_run()1708 &stepped_over_bp->original_instruction, in whpx_vcpu_run()2034 if (stepped_over_bp) { in whpx_vcpu_run()2037 stepped_over_bp->address, in whpx_vcpu_run()