调试as时,会自动下断点,什么原理?

发布于 2022-09-15 03:38:00 字数 2436 浏览 18 评论 2

  1. [root@mail ~/binutils-2.18/gas]# gdb as-new
  2. GNU gdb (GDB) 7.0
  3. Copyright (C) 2009 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "i686-pc-linux-gnu".
  9. For bug reporting instructions, please see:
  10. <http://www.gnu.org/software/gdb/bugs/>...
  11. Reading symbols from /root/binutils-2.18/gas/as-new...done.
  12. Breakpoint 1 at 0x805c460: file messages.c, line 187.
  13. Breakpoint 2 at 0x805c4aa: file messages.c, line 225.
  14. Breakpoint 3 at 0x805c5a1: file messages.c, line 288.
  15. Breakpoint 4 at 0x805c5e2: file messages.c, line 323.
  16. Breakpoint 5 at 0x805c622: file messages.c, line 360.
  17. Breakpoint 6 at 0x805c6a3: file messages.c, line 396.
  18. Breakpoint 7 at 0x805c754: file messages.c, line 413.
  19. Breakpoint 8 at 0x8049240
  20. (gdb) i b
  21. Num     Type           Disp Enb Address    What
  22. 1       breakpoint     keep y   0x0805c460 in as_warn at messages.c:187
  23. 2       breakpoint     keep y   0x0805c4aa in as_warn_where at messages.c:225
  24. 3       breakpoint     keep y   0x0805c5a1 in as_bad at messages.c:288
  25. 4       breakpoint     keep y   0x0805c5e2 in as_bad_where at messages.c:323
  26. 5       breakpoint     keep y   0x0805c622 in as_fatal at messages.c:360
  27. 6       breakpoint     keep y   0x0805c6a3 in as_assert at messages.c:396
  28. 7       breakpoint     keep y   0x0805c754 in as_abort at messages.c:413
  29. 8       breakpoint     keep y   0x08049240 <abort@plt>
  30. (gdb)

复制代码

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

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

发布评论

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

评论(2

小嗲 2022-09-20 06:22:50

果然是的,谢谢

笑红尘 2022-09-16 19:40:36

build 目录下有一个 .gdbinit 。

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