限制 Eclipse/GDB 访问的地址范围

发布于 2024-09-30 12:44:33 字数 163 浏览 5 评论 0原文

我正在使用 Eclipse 在嵌入式 CPU 上进行调试,该 CPU 有一个令人痛苦的怪癖:当它尝试访问未实现的内存区域时,CPU 会挂起。

有时,在调试时,调试器会尝试跟踪错误地址并挂起 CPU。有没有办法告诉 GDB 它绝不能尝试从 0x40020000 到 0x4fffffff 读取内存?

I'm using Eclipse for debugging on an embedded CPU that has a painful quirk: when it tries to access a memory region that is unimplemented, the CPU hangs.

Occasionally when debugging, the debugger tries to follow a bad address and hangs the CPU. Is there any way to tell GDB that it must never try to read memory from, say, 0x40020000 to 0x4fffffff ?

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

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

发布评论

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

评论(1

红衣飘飘貌似仙 2024-10-07 12:44:33

也许设置内存区域属性会有所帮助。

Perhaps setting Memory Region Attributes will help.

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