如何配置 ddd 使用另一个 gdb 而不是默认的 gdb

发布于 2024-11-07 16:11:35 字数 96 浏览 0 评论 0原文

我对 ddd 和 gdb 很陌生。

我有另一个交叉编译器,例如arm_gdb,如何设置ddd使用这个arm_gdb而不是默认的gdb?

提前致谢。

I am quite new to ddd and gdb.

I have another cross-compiler, e.g. arm_gdb, how can set the ddd to use this arm_gdb instead of the default gdb?

Thanks in advance.

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

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

发布评论

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

评论(1

蘑菇王子 2024-11-14 16:11:35

手册页

 ddd --debugger "xdb -d directory"

因此,为了

 ddd --debugger "arm_gdb"

将其设为默认值,请考虑使用符号链接和/或 shell 别名

From the man page:

 ddd --debugger "xdb -d directory"

so for you

 ddd --debugger "arm_gdb"

To make it the default, consider using symlinks and / or shell aliases

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