Helmut Karlowski wrote :
Maybe. But why can't it load any executable? What's the difference between stripped gcc-compiled and pcc-compiled or other programs? Idid only test with cat so far.
We didn't understand you were working with stripped binaries.Stripped binaries generated by any compiler should be equivalent, I can't understand why PD can't load some.
However, for unstripped binaries, by default gcc produces a STABS symbol table, rather than a standard DRI one. That may confuse some debuggers.
-- Vincent Rivière