This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Restarting gdbserver


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]