mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-07 20:27:32 +00:00
This commit adds GDB stub implementation with multicore support. This implementaton is based on the gdbstub crate example code [1]. [1] https://github.com/daniel5151/gdbstub/tree/master/examples/armv4t_multicore Signed-off-by: Akira Moroo <retrage01@gmail.com>