how to merge stripped symbols with binary?
Posted
by Bernd Schmickler
on Stack Overflow
See other posts from Stack Overflow
or by Bernd Schmickler
Published on 2010-01-22T00:59:53Z
Indexed on
2010/04/13
23:03 UTC
Read the original article
Hit count: 534
I compiled the Qt Framework with debugging enabled, but the script stripped the debugging symbols from the libraries and saved them as *.debug files -- just like here. Sadly I need these symbols inside the .so files, so I can continue working with them. There seems no way to teach my debugger to load external (non-PDB) symbols. So another way of solving my problem might be converting the .debug files to PDB format, which might also be a problem.
Thank you very much!
© Stack Overflow or respective owner