This patch refactors the existing Intel-specific single-stepping mechanism in bhyve's GDB stub to work with both AMD and Intel CPUs.
This work was sponsored by the GSoC '22 program.
Differential D42298
bhyve: refactor gdbstub to enable single-stepping on AMD CPUs bnovkov on Oct 19 2023, 4:01 PM. Authored by Tags Referenced Files
Details This patch refactors the existing Intel-specific single-stepping mechanism in bhyve's GDB stub to work with both AMD and Intel CPUs. This work was sponsored by the GSoC '22 program.
Diff Detail
Event Timeline
Comment Actions This generally looks fine to me modulo some nits. I think we should probably remove checking for the VM_CAP_MASK_HWINTR capability though.
|