Restarting gdbserver

Jan Kratochvil jan.kratochvil@redhat.com
Thu Jan 20 09:36:00 GMT 2011


On Thu, 20 Jan 2011 10:29:49 +0100, Leon Pollak wrote:
> gdbserver manually, then in my IDE start the gdb session. When a change is 
> required, I exit the gdb, this kills the gdbserver, make a change, recompile, 
> go to telnet, restart gdbserver, connect in IDE, etc.

Either some:
	while true;do gdbserver COMM PROG; done

or also:
	gdbserver --multi COMM
	using `target extended-remote ...' instead.


Regards,
Jan



More information about the Gdb mailing list