mips64r5900-sf-elf-gdb debugger question.

Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.

Moderators: cheriff, Herben

Post Reply
Derek8588
Posts: 62
Joined: Fri Oct 22, 2004 2:14 pm

mips64r5900-sf-elf-gdb debugger question.

Post 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
MrHTFord
Posts: 35
Joined: Tue Feb 10, 2004 2:04 am
Location: England

Post 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.
Post Reply