标签:remote get core ulimit run tar server ubunt abi
tbox下运行gdb:
1、ulimit -c unlimited
2、sysctl -w "kernel.core_pattern=/ydsdata/core_%e_%t.%p"
3、手动运行程序
4、/ydsdata 目录中产生core文件
5、gdb /ydsapp/run/hum /ydsdata/core_%e_%t.%p
远程gdb:
1、arm上打开gdbserver
gdbserver localhost:2001 /data/yds/mdc 2 1234 5000
2、ubuntu pc端:
arm-oe-linux-gnueabi-gdb -q swd
target remote 192.168.225.1:2001
标签:remote get core ulimit run tar server ubunt abi
原文地址:https://www.cnblogs.com/jiangyu0331/p/13181846.html