如何将剥离的符号与二进制合并?
我在启用调试的情况下编译了 Qt 框架,但脚本从库中剥离了调试符号并将它们保存为 *.debug 文件 - 就像 此处。 遗憾的是,我需要 .so 文件中的这些符号,以便我可以继续使用它们。似乎没有办法教我的调试器加载外部(非 PDB)符号。因此,解决我的问题的另一种方法可能是将 .debug 文件转换为 PDB 格式,这也可能是一个问题。
非常感谢!
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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论