gpt4 book ai didi

当只有一个观察点时,gdb 会因太多观察点而停止

转载 作者:行者123 更新时间:2023-12-03 13:59:51 34 4
gpt4 key购买 nike

除了太多的硬件断点/观察点之外,您是否知道无法插入观察点的任何其他原因?

我有以下调试 session :

GNU gdb (GDB) 7.1
...
(gdb) watch itrap_t_beg[1][222]
Hardware watchpoint 1: itrap_t_beg[1][222]
(gdb) cont
Continuing.
...
Hardware watchpoint 1: itrap_t_beg[1][222]

...
(gdb) cont
Continuing.
Warning:
Could not insert hardware watchpoint 1.
Could not insert hardware breakpoints:
You may have requested too many hardware breakpoints/watchpoints.

(gdb) info break
Num Type Disp Enb Address What
1 hw watchpoint keep y itrap_t_beg[1][222]
breakpoint already hit 1 time

如您所见,只有一个观察点但它不能插入断点。

你知道我该如何解决这个问题吗?

最佳答案

可以通过运行强制软件断点(没有大小限制)

设置可以使用硬件观察点 0

关于当只有一个观察点时,gdb 会因太多观察点而停止,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3206332/

34 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com