开发者

Peter's GDB Tutorial [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. 开发者_StackOverflow Closed 10 years ago.

About two months ago, I found this incredibly great GDB tutorial written by Peter Jay Salzman.

It used to be accessible here, but I think the site has gone down for a couple of months now.

I found it on archive.org, and wanted to mirror it. I tried Wget and HTTrack to no avail; they both errored out. Googling didn't reveal much either.

Is there a mirror of this site?


Looks like Peter's GDB tutorial is now available on Peter Jay Salzman's website. Not sure why it was down when this question was posed in December '09.


You can find a modestly updated version of Peter's excellent tutorial, Using The GNU GDB Debugger here. It is based on the latest archive of his site, from archive.org, but it is considerably more reliable (the internet archive often seems to not want to load pages).


I hope this is what you are looking for:

  • http://eric.bachard.free.fr/UTBM_LO22/P07/C/Documentation/C/tutorial_gdb/Peter's_gdb_Tutorial.html

    CAUTION: above mirror not complete. The mirror seems to be quite old as chapter 6,7,8 seem to be missing.

  • Internet Archive: http://web.archive.org/web/20080511001311/http://www.dirac.org/linux/gdb/

You may also be interested in reading this article: Mastering Linux debugging techniques ( http://www.ibm.com/developerworks/linux/library/l-debug/ )


wget worked fine for me.

wget --header='User-Agent: Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9.0.2) Gecko/20121223 Ubuntu/9.25 (jaunty) Firefox/3.8' http://web.archive.org/web/20080511001311/http%3A//www.dirac.org/linux/gdb/
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜