Home
last modified time | relevance | path

Searched refs:VcpuDebug (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/src/crosvm/
Dgdb.rs47 use vm_control::VcpuDebug;
163 match self.vcpu_request(VcpuControl::Debug(VcpuDebug::GetHwBreakPointCount)) { in max_hw_breakpoints_request()
208 match self.vcpu_request(VcpuControl::Debug(VcpuDebug::ReadRegs)) { in read_registers()
228 match self.vcpu_request(VcpuControl::Debug(VcpuDebug::WriteRegs(Box::new( in write_registers()
248 match self.vcpu_request(VcpuControl::Debug(VcpuDebug::ReadMem( in read_addrs()
274 match self.vcpu_request(VcpuControl::Debug(VcpuDebug::WriteMem( in write_addrs()
322 match self.vcpu_request(VcpuControl::Debug(VcpuDebug::EnableSinglestep)) { in step()
371 match self.vcpu_request(VcpuControl::Debug(VcpuDebug::SetHwBreakPoint( in add_hw_breakpoint()
395 match self.vcpu_request(VcpuControl::Debug(VcpuDebug::SetHwBreakPoint( in remove_hw_breakpoint()
418 match self.vcpu_request(VcpuControl::Debug(VcpuDebug::ReadReg(reg_id))) { in read_register()
[all …]
/external/crosvm/vm_control/src/
Dgdb.rs16 pub enum VcpuDebug { enum
Dlib.rs124 pub use crate::gdb::VcpuDebug;
138 Debug(VcpuDebug),