Ubuntu下gdb远程调试--warning: Could not load vsyscall page because no executable was specified解决方案
摘要:
1. 首先安装gdbserverapt-get install gdbserver2. 编译-g 程序gcc -g test_gdb.c -o test_gdb源码如下:#include "Util.h"void p1(){ int j = 0; char *p; *p = '5'; printf("%p %c",p,*p); do { j++; }while(j This is free software: you are free to change and redistribute it.There is NO WARRA... 阅读全文
posted @ 2013-07-09 17:24 净坛使者 阅读(2848) 评论(0) 推荐(0)
浙公网安备 33010602011771号