enarx-archive / sallyport

API for the hypervisor-microkernel boundary
Apache License 2.0
7 stars 6 forks source link

Add GDB call support #81

Closed rvolosatovs closed 2 years ago

rvolosatovs commented 2 years ago

Part of enarx/sallyport#34

NOTE: I will go through the docs of the crate as a whole in enarx/enarx#1725

I followed the structure of https://docs.rs/gdbstub/latest/gdbstub/conn/index.html traits directly. Shims may or may not actually use all of these calls or implement functionality on top of this.