12 2013 档案

gdb笔记
摘要:【启动方式】 【一】直接用gdb启动程序。程序是./test,代码在./src中 $gdb ./test -d ./src 【二】将gdb附加到正在运行的程序上 $gdb ./test --pid=1122 或 $gdb (gdb)attach 1122 #attach后程序是中断掉的,所以如果你的 阅读全文

posted @ 2013-12-21 08:22 jacob1934 阅读(491) 评论(0) 推荐(0)

NEXUS 5 在linux下刷机
摘要:下载CF-AUTO-ROOT for nexus5,内含fastboot的windows、linux、mac的版本。 http://autoroot.chainfire.eu/ 解压文件,为脚本和fastboot程序加可执行权限。将fastboot-linux改名为fastboot放入系统目录或稍后 阅读全文

posted @ 2013-12-20 09:51 jacob1934 阅读(453) 评论(0) 推荐(0)

导航