Skip to content
Yibo Zhang's site
Main Navigation
Home
Notes
About me
Appearance
Menu
Return to top
On this page
Table of Contents for current page
gdb debuger
这一系列笔记主要记录对
debugging
in
gdb
,这本书进行简单的略读。记录各个章节中介绍的指令以及主要内容方便日后查阅。
ch4
:程序在 gdb 上的启动。
ch5
:中断程序,设置断点等的方法。
ch9
:在调试时对于源代码的查看。
ch10
:检查程序数字。
ch17
:改变程序执行流程,探索程序执行。