Home
last modified time | relevance | path

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

/external/crosvm/src/
Dgdb.rs13 VcpuControl, VcpuDebug, VcpuDebugStatus, VcpuDebugStatusMessage, VmRequest, VmResponse,
113 fn vcpu_request(&self, request: VcpuControl) -> GdbResult<VcpuDebugStatus> { in vcpu_request() argument
159 Ok(VcpuDebugStatus::CommandComplete) => {} in resume()
183 VcpuDebugStatus::HitBreakPoint => { in resume()
212 Ok(VcpuDebugStatus::RegValues(r)) => { in read_registers()
234 Ok(VcpuDebugStatus::CommandComplete) => Ok(()), in write_registers()
255 Ok(VcpuDebugStatus::MemoryRegion(r)) => { in read_addrs()
281 Ok(VcpuDebugStatus::CommandComplete) => Ok(()), in write_addrs()
308 Ok(VcpuDebugStatus::CommandComplete) => Ok(true), in add_hw_breakpoint()
331 Ok(VcpuDebugStatus::CommandComplete) => Ok(true), in remove_hw_breakpoint()
Dlinux.rs1912 msg: VcpuDebugStatus::RegValues( in handle_debug_msg()
1925 msg: VcpuDebugStatus::CommandComplete, in handle_debug_msg()
1932 msg: VcpuDebugStatus::MemoryRegion( in handle_debug_msg()
1947 msg: VcpuDebugStatus::CommandComplete, in handle_debug_msg()
1956 msg: VcpuDebugStatus::CommandComplete, in handle_debug_msg()
1966 msg: VcpuDebugStatus::CommandComplete, in handle_debug_msg()
2195 msg: VcpuDebugStatus::HitBreakPoint, in run_vcpu()
/external/crosvm/vm_control/src/
Dgdb.rs22 pub enum VcpuDebugStatus { enum
34 pub msg: VcpuDebugStatus,