Update 20140210 Three steps to learning GDB.md

This commit is contained in:
Torival 2018-01-13 22:56:05 +08:00 committed by GitHub
parent 35f00ae0f2
commit 5d58d05ab6

View File

@ -1,4 +1,4 @@
Three steps to learning GDB
Translating by Torival Three steps to learning GDB
============================================================
Debugging C programs used to scare me a lot. Then I was writing my [operating system][2] and I had so many bugs to debug! I was extremely fortunate to be using the emulator qemu, which lets me attach a debugger to my operating system. The debugger is called `gdb`.