Skip to content

Draft: sw: move GDB interface from debugfs to sysfs

Federico Vaga requested to merge move-gdb-interface-to-sysfs into master

The possibility to use mmap on debugfs file has been removed from the Linux kernel. Hence, we need to move our debugging interface to another place. I think the best fit is a sysfs binary attribute.

Signed-off-by: Federico Vaga federico.vaga@cern.ch

Merge request reports