怎么用GDB调试LINUX内核(软件仿真)

发布于 2022-09-29 03:24:25 字数 1429 浏览 10 评论 0

[root@localhost linux-2.6.11.8]# arm-uclinux-gdb vmlinux
GNU gdb 6.1
Copyright 2004 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 "--host=i686-pc-linux-gnu --target=arm-uclinux"...
(gdb) target sim
Connected to the simulator.
(gdb) load
Loading section .init, size 0x17000 vma 0xc008000
Loading section .text, size 0x1f06b8 vma 0xc01f000
Loading section __ex_table, size 0x9b8 vma 0xc20f6c0
Loading section __ksymtab, size 0x3c20 vma 0xc210078
Loading section __ksymtab_gpl, size 0x610 vma 0xc213c98
Loading section __kcrctab, size 0x1e04 vma 0xc2142a8
Loading section __kcrctab_gpl, size 0x308 vma 0xc2160ac
Loading section __ksymtab_strings, size 0x937c vma 0xc2163b4
Loading section __param, size 0x2bc vma 0xc21f730
Loading section .data, size 0x4b350 vma 0xc220000
Start address 0xc008000
Transfer rate: 20015520 bits/sec.
(gdb) c
Continuing.
The program is not being run.
(gdb)

The program is not being run.

怎么才能单步运行呢?

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

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

发布评论

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

评论(1

长发绾君心 2022-10-06 03:24:25

1,参考你仿真环境的手册
2,猜测应该是 b  main
然后list 再运行

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