当前位置:Gxlcms > 数据库问题 > gdb

gdb

时间:2021-07-01 10:21:17 帮助过:4人阅读

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

gdb

标签:remote   get   core   ulimit   run   tar   server   ubunt   abi   

人气教程排行