Related articles |
---|
Debuggers think!cullvax!drw%eddie.mit.edu (1987-03-07) |
Re: Debuggers harvard!rutgers!sri-unix!ctnews!mitisft!markb (1987-03-12) |
Re: Debuggers harvard!rutgers!spam!ames!ucbcad!ucbvax!decvax!vir (1987-03-15) |
Re: Debuggers decvax!decwrl!mips!himel (1987-03-23) |
Debuggers fabio@dcs.edinburgh.ac.uk (1991-08-08) |
Re: How long does it take to build a compiler? maniattb@cs.rpi.edu (1993-11-10) |
Re: debuggers zstern@adobe.com (1993-11-11) |
Re: debuggers shyamal@seas.smu.edu (1993-11-11) |
Re: debuggers wjw@eb.ele.tue.nl (1993-11-11) |
debuggers ssimmons@convex.com (1993-11-11) |
Re: debuggers sommerfeld@apollo.hp.com (1993-11-11) |
Re: debuggers sean@PICARD.TAMU.EDU (1993-11-12) |
Re: debuggers henry@zoo.toronto.edu (1993-11-14) |
[1 later articles] |
Newsgroups: | comp.compilers |
From: | zstern@adobe.com (Zalman Stern) |
Keywords: | debug |
Organization: | Adobe Systems Incorporated |
References: | 93-11-062 |
Date: | Thu, 11 Nov 1993 00:54:05 GMT |
John Levine writes
> I believe that they think that with some cooperation from the paging system
> they can provide useful watchpoints via page faults. -John]
I'm fairly sure SGI has OS support for breakpoints on accessing a page or
part of a page. (Used in their CASEVision debugger.) I expect the reason
watchpoint hardware isn't widely used in the UNIX world is lack of a good,
consistent interface that is implemented with few enough bugs on more than
one OS. You also run into wierd issues like how many watchpoints can be set
at once etc...
--
Zalman Stern zalman@adobe.com (415) 962 3824
Adobe Systems, 1585 Charleston Rd., POB 7900, Mountain View, CA 94039-7900
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.