gdb 可以调试 gcc 风格的嵌套 C 函数吗?
是否可以让 gdb 调试器使用 gcc 样式的嵌套函数?如果是这样,需要什么版本的 gcc/gdb?
Is it possible to get the gdb debugger to work with gcc-style nested functions? If so, what versions of gcc/gdb are needed?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看起来还没有。有一个相应的错误 http://sourceware.org/bugzilla/show_bug.cgi? id=8300。
Looks like no yet. There is a corresponding bug for it http://sourceware.org/bugzilla/show_bug.cgi?id=8300.
看来 gcc/gdb 已经掌握了它的窍门。对于早期版本,它不起作用,但这里是一个简单会话的记录:
It appears that gcc/gdb have got the hang of it. With earlier versions it just didn't work, but here's a transcript of a simple session: