Home
last modified time | relevance | path

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

/external/crosvm/src/
Dlinux.rs138 HandleDebugCommand(<Arch as LinuxArch>::Error), enumerator
260 HandleDebugCommand(e) => write!(f, "failed to handle a gdb command: {}", e), in fmt()
1913 Arch::debug_read_registers(vcpu as &V).map_err(Error::HandleDebugCommand)?, in handle_debug_msg()
1921 Arch::debug_write_registers(vcpu as &V, &regs).map_err(Error::HandleDebugCommand)?; in handle_debug_msg()
1943 .map_err(Error::HandleDebugCommand)?; in handle_debug_msg()
1952 Arch::debug_enable_singlestep(vcpu as &V).map_err(Error::HandleDebugCommand)?; in handle_debug_msg()
1962 .map_err(Error::HandleDebugCommand)?; in handle_debug_msg()