Merge pull request #7158 from Torival/patch-2

Update
下回申请翻译,请一篇申请一个 PR
This commit is contained in:
Xingyu.Wang 2018-01-13 23:04:22 +08:00 committed by GitHub
commit 8408fd219a
2 changed files with 2 additions and 2 deletions

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`.

View File

@ -1,4 +1,4 @@
BASH drivers, start your engines
Translating by Torival BASH drivers, start your engines
======
![](http://www.thelinuxrain.com/content/01-articles/201-bash-drivers-start-your-engines/headimage.jpg)