[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] GDB



On Tue, 18 Feb 2009, Peter Slegg wrote:

Is there a better way of using gdb than just running it from
bash ?

There are some "gui" front-ends but I assume they don't work with
Mint. http://www.gnu.org/software/gdb/links/

	For the frontends which interact entirely by sending commands
	to gdb and reading back the output you should be able to
	run them on another box and set gdb to be a command which
	uses ssh to the atari to run gdb there.

	Aternatively you could try gdbserver, but thats likely to
	be mre fun getting it built etc :)
	http://www.cucy.net/lacp/archives/000024.html