Editing SPU Isolated Modules Reverse Engineering
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 17: | Line 17: | ||
==== only emulate ==== | ==== only emulate ==== | ||
{{keyboard|content= | {{keyboard|content=./anergistic spu_elf_name.elf}} | ||
this mode runs an elf with all the parameters and actions defined on main.c, channel.c a | this mode runs an elf with all the parameters and actions defined on main.c, channel.c a | ||
Line 24: | Line 24: | ||
terminal 1 | terminal 1 | ||
{{keyboard|content= | {{keyboard|content=./anergistic -g1234 spu_elf_name.elf}} | ||
simulate debug server in the local host on port 1234 | simulate debug server in the local host on port 1234 | ||
terminal 2 | terminal 2 | ||
{{keyboard|content= | {{keyboard|content=spu-gdb spu_elf_name.elf | ||
spu-gdb spu_elf_name.elf | (gdb)target remote :1234}} | ||
(gdb)target remote :1234 | |||
connect to the local host on port 1234 | connect to the local host on port 1234 |