Hey Guys, I was trying to fix a kernel panic caused by a kernel module. I know which module is causing it and it is mac80211 module. I got the kernel_menuconfig and menuconfig setup right. And now I'm able to debug the kernel, but not the kernel module. How do I let the gdb know about kernel module. I tried using add-symbol-file by adding .text bss and data addresses. Since I can only obtain the address only after loading the module. I'm loosing the control from gdb by doing "continue" at the command gdb prompt. I had to hit "continue" at gdb prompt because I need to telnet into the device so that I could actually load the module. Thanks in advance.
Regards, Siva.
_______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
