0%

ddd调试嵌入式系统

0

后台启动 gdbserver

I

set $cr18=0x7d
handle SIGPIPE nostop
set print pretty
$ ddd --debugger arm-linux-gnueabihf-gdb output/out.elf

启动之后执行

tar jtag jtag://127.0.1.1:1025
load
r

Refs

  1. 宇宙最强调试器DDD
  2. DDD——让天下没有难调的程序
  3. How to use the DDD on the top of the GNU Cross Debugger
  4. DDD
  5. GDB front ends and other tools