|
LKM init module debugging.
Hi All,
I got the linux kernel and LKM to get debugged using KGDB. To debug the module I use add-symbol-file with the virtual address where the module is loaded in target machine. But with this approach I am unable to debug the init module because the virtual address can be found only after the module is loaded.
So please can I know how to debug the init module?!?
Thanks.
|