[Kgdb-bugreport] RE: Regarding kgdb over ethernet

2006-05-11 Thread Gireesh Kumar
> Now there is a new issue. When I try to debug the my applications, which > I ported on to the board, using gdbserver running there, and cross gdb > on host PC, it's giving errors. For e.g. It gives SIGBUS error when I > try to single step though my application. Is it related to kgdb? I was > abl

Re: [Kgdb-bugreport] Re: Regarding kgdb over ethernet

2006-04-27 Thread gireesh . kumar
Hi Tom, I have tried netconsole on the board, but it is also not working. I have used "ethereal" to capture packets, but while booting using netconsole, no packet transmission/reception is happening. When I tried with kgdboe, ARP packets are being sent from the host side, but it's not handled in

[Kgdb-bugreport] Re: Regarding kgdb over ethernet

2006-04-27 Thread gireesh . kumar
Hi Milind, It's an update from my side. >From my observations, it is found that the netpoll function which I have implemented in the cpmac driver is not being called by the kernel. The kernel is waiting since I have given reference to my poll_controller function via the net_device structure; but

[Kgdb-bugreport] Re: Regarding kgdb over ethernet

2006-04-27 Thread gireesh . kumar
Hi, Thanks for your fast response. Yes, it prints kgdb is enabled, but I am not able to establish connection from remote gdb. Actually I am working with a mips based board, not a PC. Here, the bootloader is not grub, but it's already burned in the flash of the board. It will give a prompt so tha