[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Remote inferior debugger with local DDD GUI?
From: |
Dietmar P. Schindler |
Subject: |
Re: Remote inferior debugger with local DDD GUI? |
Date: |
Tue, 9 Sep 2003 13:13:53 +0200 |
Date: Mon, 08 Sep 2003 23:07:30 -0400
>From: Ramon F Herrera <address@hidden>
> I looked at the documentacion, but I couldn't find an answer
> to this question. IMO, the most useful feature of DDD would be to
> be able to use it in a client-server configuration: having the GUI
> in my local Windows machine, while running gdb in a remote
> GNU/Linux server.
>
> Is that feasible?
>
> I have Hummingbird Exceed, but I only use it if I have no alternative,
> because of the bandwith, the performance through a cable modem
> is simply unacceptable. What is needed is an efficient, specific
> client-server proocol between gdb and ddd.
Not necessarily - the efficient, specific client-server GDB Remote
Serial Protocol between GDB running on your local Windows machine and
the agent GDBserver on the remote machine should do.
The gdb command is "target remote <host>:<port>".