kgdb issues for ppc target

2008-06-18 Thread SEEMA pm
Hello, I have an mpc8540 target board with a BSP - linux-2.6.11. I have a host machine where I have ppc-target configured gdb obtained from gdb-6.8.tar.gz. I am able to debug userspace files by running gdbserver in target machine. Now I want to debug kernel files of my target machine. I have CONFIG

issue with kgdb on ppc

2008-06-26 Thread SEEMA pm
Hello I'm trying to get kgdb working on a mpc8540 based target machine. I took the latest patches which are for 2.6.13(mine is 2.6.11) and build and made changes to config by enabling : - Compile the kernel with debug info - KGDB: kernel debugging with remote gdb - KGDB: Console messages through g

Re: issue with kgdb on ppc

2008-06-27 Thread SEEMA pm
read 1] Program received signal SIGTRAP, Trace/breakpoint trap. 0x8003c0d8 in breakpoint () at kernel/kgdb.c:1773 1773wmb(); (gdb) Thanks On Thu, Jun 26, 2008 at 2:53 PM, SEEMA pm <[EMAIL PROTECTED]> wrote: > Hello > > I'm trying to get kgdb working on a mpc8540 base