GDB常用命令
转载至GDB调试-从入门实践到原理
gcc -g t1.c -o t1
需要加 -g 来产生调试符号, 否则GDB会出现 Make breakpoint pending on future shared library load?
断
2022-01-05
笔记
,
GDB