Home
last modified time | relevance | path

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

/external/crosvm/src/crosvm/
Dgdb.rs146 fn vcpu_request(&self, request: VcpuControl) -> GdbResult<VcpuDebugStatus> { in vcpu_request() method
167 match self.vcpu_request(VcpuControl::Debug(VcpuDebug::GetHwBreakPointCount)) { in max_hw_breakpoints_request()
212 match self.vcpu_request(VcpuControl::Debug(VcpuDebug::ReadRegs)) { in read_registers()
232 match self.vcpu_request(VcpuControl::Debug(VcpuDebug::WriteRegs(Box::new( in write_registers()
252 match self.vcpu_request(VcpuControl::Debug(VcpuDebug::ReadMem( in read_addrs()
278 match self.vcpu_request(VcpuControl::Debug(VcpuDebug::WriteMem( in write_addrs()
326 match self.vcpu_request(VcpuControl::Debug(VcpuDebug::EnableSinglestep)) { in step()
375 match self.vcpu_request(VcpuControl::Debug(VcpuDebug::SetHwBreakPoint( in add_hw_breakpoint()
399 match self.vcpu_request(VcpuControl::Debug(VcpuDebug::SetHwBreakPoint( in remove_hw_breakpoint()
422 match self.vcpu_request(VcpuControl::Debug(VcpuDebug::ReadReg(reg_id))) { in read_register()
[all …]