On 10/30/07, Vivek Agarwal <[EMAIL PROTECTED]> wrote: > > Hello Everybody, > I need some information on how to go about debugging the kernel remotely. > My target platform is ARM9 based at91sam9260 controller running a > 2.6.19kernel. > I wanted to know in what all different ways can we debug the kernel. > I am having a GDB server, client and an ATMEL-ICE hardware. > > Regards > Vivek > > hi Vivek,
There are different methods used for kernel debugging. 1.kdb 2.kgdb(remote debugging) 3.Multice RXD debugger(Arm emulator) On googling you will get lot of information about environment setup for debugging as well as how to debugg. Regards, Mansing -- Regards Mansing.
