GDB 用法
摘要:
废话不多说,直接来GDB的使用假设源程序为:test.c编译生成可执行文件:gcc -g test.c -o test使用GDB调试:gdb test 23 int func(int n)4 {5 int sum=0,i;6 for(i=0; i cc -g hello.c -o hello > g... 阅读全文
posted @ 2014-12-01 16:32 默默前行_huster 阅读(163) 评论(0) 推荐(0)
浙公网安备 33010602011771号