mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-11 22:21:36 +00:00
This commit adds initial gdb.rs implementation for `Debuggable` trait to describe a debuggable component. Some part of the trait bound implementations is based on the crosvm GDB stub code [1]. [1] https://github.com/google/crosvm/blob/main/src/gdb.rs Signed-off-by: Akira Moroo <retrage01@gmail.com>