kgdb: actually, module debug just works with automatic lx-symbols? What happened?

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-11-02 22:00:06 +00:00
parent 63022702d6
commit b82bd50888
2 changed files with 5 additions and 18 deletions

View File

@@ -1,9 +0,0 @@
#!/bin/sh
insmod fops.ko
cd /sys/kernel/debug/lkmc_fops
i=0
while true; do
printf "$i" >f
i=$(($i+1))
done &
/kgdb.sh