Re: Books on Debuggers

Joe <joe@burgershack.net>
29 Apr 2004 12:09:57 -0400

          From comp.compilers

Related articles
Books on Debuggers napi@cs.indiana.edu (2004-04-28)
Re: Books on Debuggers nmm1@cus.cam.ac.uk (2004-04-29)
Re: Books on Debuggers dietz@dls.net (Paul F. Dietz) (2004-04-29)
Re: Books on Debuggers joe@burgershack.net (Joe) (2004-04-29)
Re: Books on Debuggers gah@ugcs.caltech.edu (glen herrmannsfeldt) (2004-05-02)
Re: Books on Debuggers jcai@orcca.on.ca (2004-05-02)
Re: Books on Debuggers nmm1@cus.cam.ac.uk (2004-05-08)
Re: Books on Debuggers tbauer@cadrc.calpoly.edu (Tim Bauer) (2004-05-08)
Re: Books on Debuggers thp@cs.ucr.edu (2004-05-16)
| List of all articles for this month |

From: Joe <joe@burgershack.net>
Newsgroups: comp.compilers
Date: 29 Apr 2004 12:09:57 -0400
Organization: Rice University, Houston, TX
References: 04-04-090
Keywords: debug
Posted-Date: 29 Apr 2004 12:09:57 EDT

Mohd Hanafiah Abdullah wrote:
>
> Could anyone please recommend any good books on how to write a debugger?
...


The only book I've seen is "How Debuggers Work : Algorithms, Data
Structures, and Architecture", by Jonathan Rosenberg. It appears to
be a survey book, as opposed to an exhaustive study.


http://www.amazon.com/exec/obidos/tg/detail/-/0471149667/qid=1083252543/sr=1-3/ref=sr_1_3/002-5841822-7023264?v=glance&s=books


You might also look into the documentation on gdb:


      http://www.gnu.org/directory/GNU/gdb.html


especially:


      http://www.gnu.org/software/gdb/documentation/


--
Randy Crawford http://www.ruf.rice.edu/~rand rand AT rice DOT edu


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.