Re: book on internals of debugger?

lacey@zamboni.sps.mot.com (Mark Lacey)
Mon, 22 Nov 1993 16:47:49 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)
[1 later articles]
| List of all articles for this month |

Newsgroups: comp.compilers
From: lacey@zamboni.sps.mot.com (Mark Lacey)
Keywords: debug
Organization: Motorola Digital Signal Processing Division
References: 93-11-127
Date: Mon, 22 Nov 1993 16:47:49 GMT

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


I'd suggest checking out "Understanding and Using COFF" as a starting
point. It is by Gintaras R. Gircys, and published by O'Reilly &
Associates, Inc. (ISBN 0-937175-31-5) It isn't going to tell you about
the steps that the debugger goes through in a lot of detail, but the
sections on symbolic debugging support will give you some idea at how you
would go about doing the things that need to be done. Looking at the
source for GDB might not be a bad idea, either, though I've found that it
is fairly hard to follow (this was an old version...I'm not sure if newer
versions are cleaned up much if at all).


>[Are these collected in a book anywhere, or are they all just folklore?
-John]


I've never seen a book on writing debuggers.
--
Mark M. Lacey
[lacey@zamboni.sps.mot.com]
--


Post a followup to this message

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