I have an old PowerPC Binary that runs on my system (Snow Leopard intel) using Rosetta. I wanted to debug the binary using GDB, however it tells me that it does not know how to run it. I think it could be because GDB only supports x86 binaries? I am using gdb , which comes with the Xcode environment that comes with the Mac OS X CD.
I searched and found one person with the same problem, but there were no answers. Should I install special gdb ?
source share