On Mon, Nov 29, 2010 at 3:06 PM, sugnan prabhu <[email protected]> wrote:
>
> Hello,
>       Can some one tell, whats the best way to kernel module, i want to get
> value of sk_buff data structure for running kernel.
Kernel is not a userspace application to attach gdb.
Though people have used kgdb but my suggestion would be to use
in your program printk statements and check it manually.
That is how 80% of people debug it.
Any thing else is just a show off.

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [email protected]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to