Searched refs:HandleDebugCommand (Results 1 – 1 of 1) sorted by relevance
138 HandleDebugCommand(<Arch as LinuxArch>::Error), enumerator260 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, ®s).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()