Kgdb: using kgdboc (Kgdb over console)
At first. I want to say that I'm sorry because of my english that it is not very good.
I'm trying to debug a driver that I'm developing in a computer with kgdb in the kernel. I want to debug the driver from another computer using gdb. My problem is when after I connect gdb with kgdb:
1- The kgdb computer boots and wait to the other computer connection.
2- In the gdb computer I connect with kgdb computer.
3- In the gbd sotfware I write 'c' to say to kgdb computer that continue booting the kernel.
4- The kgbd computer finish the boot. But in gdb software I don't see the prompt.
I would like to know what is the problem, or if it's the natural behaviour of gdb.
Thank you.
Last edited by cledesma; August 2nd, 2009 at 07:25 AM..
Reason: delete
|