开发者

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

开发者 https://www.devze.com 2023-03-05 21:32 出处:网络
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?

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

精彩评论

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