Searched refs:debug_enable_singlestep (Results 1 – 3 of 3) sorted by relevance
223 fn debug_enable_singlestep<T: VcpuArch>(vcpu: &T) -> Result<(), Self::Error>; in debug_enable_singlestep() method
706 fn debug_enable_singlestep<T: VcpuX86_64>(vcpu: &T) -> Result<()> { in debug_enable_singlestep() method
1952 Arch::debug_enable_singlestep(vcpu as &V).map_err(Error::HandleDebugCommand)?; in handle_debug_msg()