enarx-archive / sallyport

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

feat: add Enarx gdb extensions #19

Closed haraldh closed 2 years ago

haraldh commented 2 years ago

To enable gdb debugging specialized functions are needed.

Instead of using the normal syscalls, we use these, so that any filter mechanisms do not have to make exceptions for the gdb connection.

Signed-off-by: Harald Hoyer harald@profian.com

MikeCamel commented 2 years ago

@npmccallum @wgwoods @rvolosatovs please review urgently - @haraldh is blocked.