开发者

how to configure ddd to use another gdb instead of the default one

I am quite new to ddd and gdb.

I have another cross-compiler, e.g. arm_gdb, how can set the ddd t开发者_如何学JAVAo use this arm_gdb instead of the default gdb?

Thanks in advance.


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜