关于本章
gdb的用户手册Debugging with GDB中的内容是非常完备,但是庞杂,为了更好地掌握其中的内容,本章对Debugging with gdb中的内容进行:
- 梳理,从更高的角度对原文中的内容进行总结
- 专题讨论
另外本章还参考了:
- visualgdb GDB Command Reference
- cnblogs gdb命令调试技巧
Debugging with GDB 内容概述
Debugging with GDB中的内容是非常庞杂的,因此对书中内容建立一个高屋建瓴的视角是非常有必要的。本节采取的是“基于特性”进行概括的思路。
Control process
在Shell-and-tools\Tools\Debug\GDB\Debugging-with-gdb\Guide\Guide-to-controlling-process.md
中对此进行了讨论。
Examine data
在Shell-and-tools\Tools\Debug\GDB\Debugging-with-gdb\Guide\Guide-to-examining-data.md
中对此进行了讨论。