Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Peter's GDB Tutorial [closed]

Tags:

gdb

mirror

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?

like image 545
J. Polfer Avatar asked Dec 14 '09 19:12

J. Polfer


3 Answers

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.

like image 164
Pete Avatar answered Nov 20 '22 21:11

Pete


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

like image 34
user550783 Avatar answered Nov 20 '22 20:11

user550783


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/ )

like image 2
claws Avatar answered Nov 20 '22 19:11

claws