Daniel, At the time when I was looking into this problem, I was unable to find any patches. Could you please point me to one? BR, Maxim On 7/19/05, Daniel Jacobowitz <dan@xxxxxxxxxx> wrote: > On Tue, Jul 19, 2005 at 09:52:57AM -0400, Bryan Althouse wrote: > > > > Is anyone doing remote debugging for mips? > > > > I start the gdbserver on mips with: > > gdbserver 192.168.2.39:2222 ./hello_loop > > This produces: > > Process ./hello_loop created; pid = 158 > > > > On my PC, I type: > > ddd --debugger mips64-linux-gnu-gdb hello_loop > > (at gdb prompt) target remote 192.168.2.55:2222 > > Gdbserver doesn't have MIPS64 support merged. Assuming you're using > MIPS64, as suggested by the above, then it won't work. > > There are patches floating around, but I haven't had time... > > -- > Daniel Jacobowitz > CodeSourcery, LLC > >