Hi ,
I am trying to setup debugging environment for my mips64 kernel. To do this, I have enabled the Remote kernel debugging option in kernel hacking. Since I have only one serial port I have selected GDB console option . So, Once flow goes to userland, My gdb console stops working. I have surfed about it in net, And found some (kdmx-1.2)demux scripts for creating virtual devices. But I am not able to get any instructions about how to use that scrcipt.
Can any one suggest me some new method to proceed further or some instruction to follow , for using that demux script.
Kernel debugger
Hi,
A kernel debugger is a debugger present in some kernels to ease debugging and kernel development by the kernel developers, i recommend you directly to watch this: http://www.ibm.com/developerworks/linux/library/l-kdbug/index.html as you will This Inside the Linux kernel debugger small tutorial to resolve that problem.
Best Regards,
Mike