gdb经常使用命令(gdb common commands)

经常使用命令(common commands) 编译待调试源文件(compile the source files for debug) public@public:~$ gcc source.c -g -Wall -o binaryfile.out // for *.c filesweb 开启调试模式(begin debug) public@public:~$ gdb binaryfile.ou
相关文章
相关标签/搜索