GDB - 调试外部库,有源代码

发布于 2024-11-06 05:04:23 字数 60 浏览 0 评论 0原文

我正在使用 gdb 来调试使用外部库的包。我有外部库的源代码。我如何让 gdb 也加载这个源代码?谢谢你!

I am using gdb to debug a package that is using an external library. I have the source code of the external library. How do I make gdb load this source code as well? Thank you!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

最美不过初阳 2024-11-13 05:04:23

要使 GDB 查找库的源,请使用 dir 命令。更多信息此处

To make GDB find sources for the library, use the dir command. More info here.

匿名的好友 2024-11-13 05:04:23

您知道外部库是否是使用“包含调试符号”标志集进行编译的吗?我认为不是。如果您可以使用该标志集重新编译,那么调试将变得更加容易。

Do you know if the external library was compiled with the "include debugging symbols" flag set? I assume it was not. If you can recompile with that flag set it will make debugging easier.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文