Make debugfs directory naming more uniform

This commit is contained in:
Ciro Santilli
2017-05-26 08:59:44 +01:00
parent 6d2bbab19c
commit d38baa2358
8 changed files with 8 additions and 10 deletions

View File

@@ -157,7 +157,7 @@ That's `lx-symbols` working! Now simply:
In QEMU:
printf a >/sys/kernel/debug/kernel_module_cheat/fops
printf a >/sys/kernel/debug/lkmc_fops/f
and GDB now breaks at our `fop_write` function!