Page 1 of 1

mips64r5900-sf-elf-gdb debugger question.

Posted: Sun Jan 02, 2005 8:41 pm
by Derek8588
Does this debugger actually do anything? It says test release, which makes me think its like a "blueprint" of what its hoped to be and do. If it does work, such as the memory dump functions and all those other goodies, how would I go about using them? plz help. Thx

Posted: Sun Jan 09, 2005 6:12 am
by MrHTFord
Yeah, it does something...

However, it was very slow due to ps2ip and stuff when I last looked, I've not tried it in ages with newer ps2ip.

SIO is the way to go anyway.

You need to compile the ps2gdb stub into your program and call the init function near the top of main, then you should be able to connect to it with the debugger on a cygwin system. There's a command script floating about to help. Be careful to specify the correct IP address in there.

Cheers.