使用gdb所遇到的问题

发布于 2022-07-25 12:13:14 字数 920 浏览 26 评论 2

我已经生成了一个名为example的程序。
现在用gdb调试,过程和结果如下:

root@localhost root]# gdb
GNU gdb Red Hat Linux (5.3post-0.20021129.18rh)
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux-gnu".
(gdb) file example
Reading symbols from example...done.
(gdb) list
1       ../sysdeps/i386/elf/start.S: 没有那个文件或目录.
        in ../sysdeps/i386/elf/start.S

请问这是怎么回事?

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

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

发布评论

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

评论(2

赢得她心 2022-07-26 09:16:45

果然可以了,谢谢!

-不疑不惑不回忆 2022-07-26 06:58:25

原帖由 wattwang 于 2006-8-11 21:11 发表
我已经生成了一个名为example的程序。
现在用gdb调试,过程和结果如下:

root@localhost root]# gdb
GNU gdb Red Hat Linux (5.3post-0.20021129.18rh)
Copyright 2003 Free Software Foundation, Inc.
GD ...

>>
>>
>>你编译程序的时候有没有添加-g参数?如果没有的话,一般是不能使用gdb进行调试的
>>
>>

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