下载 ftp://ftp.gnu.org/gnu/gdb/gdb-7.11.1.tar.gz
gdbserver编译
./configure --target=arm-linux --host=arm-linux
make
ulimit -c 1024
echo /tmp/core > /proc/sys/kernel/core_pattern
gdbserver --debug armip:8888 --attach pid
cmd文件
target remote 192.168.1.126:8888
bt
arm-linux-gdb --command=cmd
原文:https://www.cnblogs.com/ahuo/p/13685474.html