Re: Help in remote testing of custom debugger.

2007-07-16 Thread Baurzhan Ismagulov
On Mon, Jul 16, 2007 at 11:00:23AM +0530, Ravishankar BV. wrote: > My question is, I have to get this setup running on dejagnu gdb testsuite. > Can anyone help me in setting the configuration?. How do I need to setup the > testsuite to get it running in the above setup? Googling for "gdb remote

Re: Help in remote testing of custom debugger.

2007-07-16 Thread Ben Elliston
Hi Ravi > In the normal way, in order to debug the application, I'll first run the > executable on the simulator specifying the configuration and port (say, 4000) > to connect. This application now runs waiting for a remote debugger to > attach to itself and waits. [...] > My question is, I hav