如何将剥离的符号与二进制合并?

发布于 2024-08-18 22:25:15 字数 311 浏览 11 评论 0原文

我在启用调试的情况下编译了 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文