mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
kgdb: actually, module debug just works with automatic lx-symbols? What happened?
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user