码迷,mamicode.com
首页 > 数据库 > 详细

gdb

时间:2020-06-23 14:58:06      阅读:110      评论:0      收藏:0      [点我收藏+]

标签: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

gdb

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

原文地址:https://www.cnblogs.com/jiangyu0331/p/13181846.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!