Lines Matching full:stepping
143 * When a vCPU is stepped, 'stepping' is set to true when the vCPU is
145 * the stepping trap, 'stepped' is set.
151 bool stepping; member
779 * stepping trap, stopped_vcpu will be set to the vCPU triggering the
867 * Requests vCPU single-stepping using a
894 * Checks whether single-stepping is supported for a given vCPU.
968 * Invoked by vCPU before resuming execution. This enables stepping
969 * if the vCPU is marked as stepping.
985 if (vs->stepping) { in gdb_cpu_resume()
1034 if (vs->stepping) { in gdb_cpu_step()
1035 vs->stepping = false; in gdb_cpu_step()
1117 assert(vs->stepping == false); in gdb_cpu_breakpoint()
1174 vcpu_state[vcpuid].stepping = true; in gdb_step_vcpu()