coconut-svsm / svsm

COCONUT-SVSM
MIT License
122 stars 42 forks source link

debug: implement `GdbStubConnection` on top of the platform abstraction #462

Closed msft-jlange closed 2 months ago

msft-jlange commented 2 months ago

The GDB stub connection needs to communicate over the serial port. Like other serial port accesses, this should be done using the I/O port driver implemented by the platform abstraction instead of assuming the GHCB-based I/O driver.