-
Notifications
You must be signed in to change notification settings - Fork 7
Home
hurley edited this page May 5, 2018
·
25 revisions
TinyGDB是一个运行在x86_64架构上的简单调试器,而本文档阐述逐渐构建起这个简单的调试器的全过程。
- 1 调试器原理概述
- 2 Linux下的进程抽象
- 3 ELF文件与DWARF调试格式
- 4 Linux系统与CPU调试支持
- [5 调试器雏形的实现]
- [6 调试断点的实现]
- [7 高级调试器功能]
- [*8 调试器的GUI界面]
- [9 总结与回顾]
hurley25 <liuhuan1992@gmail.com>
H00ly666 <745047421@qq.com>