gdb---watch使用方法

首先,源码。参考copy于下边博客,主要看现象(本人在Windows下测试)。 http://blog.chinaunix.net/uid-30540544-id-5746456.html   #include <string.h> void test(void) {         int iA, iB, iC;         iA = 1;         iB = 2;         i
相关文章
相关标签/搜索