Hi to all!
I try to debug my simple kernel module via jtag, but I've insuperable problem.
I set breakpoint into function int "__init_or_module do_one_initcall(initcall_t fn)"(/linux/init/main.c file) at line "ret = fn();".
This is place where I am supposed to get into "module_init" function of my module.
But due to some reasons, when I add symbol of my *.ko I get into "module_exit" function!
Please could somebody explain me what I'm doing wrong here?
Below is my screenshots:



