Re: Debug symbols in kernel modules

2012-12-02 Thread arif
On 10/07/2012 06:46 AM, Mulyadi Santosa wrote: On Sat, Oct 6, 2012 at 6:31 PM, Aft nix aft...@gmail.com wrote: Hi, When i write a makefile to build a kernel module how should i make sure that it contains debugging symbols? IIRC, it's in kernel hacking section during make

Debug symbols in kernel modules

2012-10-06 Thread Aft nix
Hi, When i write a makefile to build a kernel module how should i make sure that it contains debugging symbols? So that when i will use gdb over serial line to debug the module, i can use add-symbol-file? -- -aft ___ Kernelnewbies mailing list

Re: Debug symbols in kernel modules

2012-10-06 Thread Mulyadi Santosa
On Sat, Oct 6, 2012 at 6:31 PM, Aft nix aft...@gmail.com wrote: Hi, When i write a makefile to build a kernel module how should i make sure that it contains debugging symbols? IIRC, it's in kernel hacking section during make config/menuconfig/xconfig. Find kernel debug or something like