gdb调试
摘要:编译可执行文件时需要加上 -g cgdb 执行的两种方式 gdb xxx gdb xxx core文件 交互命令 参数 描述 run 简写 r 运行程序 start 会自动停止到main函数开始位置 next n 执行下一行 step s 单步执行,会进入函数 continue c 继续执行,到下一
阅读全文
posted @ 2021-07-31 06:44
posted @ 2021-07-31 06:44
posted @ 2021-06-07 15:22
posted @ 2021-05-25 11:05