Re: book on internals of debugger?

norman@flash.bellcore.com (Norman Ramsey)
Mon, 22 Nov 1993 18:59:36 GMT

          From comp.compilers

Related articles
book on internals of debugger? ajain@ca.merl.com (Anurag Jain) (1993-11-20)
Re: book on internals of debugger? lacey@zamboni.sps.mot.com (1993-11-22)
Re: book on internals of debugger? norman@flash.bellcore.com (1993-11-22)
Re: book on internals of debugger? mav@gaia.cc.gatech.edu (1993-11-22)
Re: book on internals of debugger? a_tucker@paul.spu.edu (Andrew Tucker) (1993-11-22)
Re: book on internals of debugger? thutt@clark.net (1993-11-23)
Re: book on internals of debugger? iwm@doc.ic.ac.uk (1993-11-23)
Re: book on internals of debugger? jkenton@world.std.com (1993-11-23)
| List of all articles for this month |

Newsgroups: comp.compilers
From: norman@flash.bellcore.com (Norman Ramsey)
Keywords: debug, question
Organization: Bellcore
References: 93-11-127
Date: Mon, 22 Nov 1993 18:59:36 GMT

> Could anyone please recommand me a book/literature/course on internals
>of debugger.


It is not the world's greatest piece of writing, but my dissertation
describes the design and implementation of a retargetable debugger. It
discusses many of the basics, including getting information from the
compiler, implementing breakpoints, walking the stack, etc. The emphasis
is on techniques for minimizing and isolating machine-dependent code, so
it won't help you regarding compatibility with existing debuggers,
compilers, and linkers.


You can get Postscript by anonymous ftp from
    bellcore.com:pub/norman/thesis.ps.Z
    csservices.princeton.edu:reports/1992/403.ps.Z


Norman Ramsey
--


Post a followup to this message

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