Date: Thu, 13 Jan 2000 17:31:46 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Pierre Muller cc: djgpp-workers AT delorie DOT com Subject: Re: Building a VxD for win95 for zero page protection In-Reply-To: <200001130907.KAA26961@cerbere.u-strasbg.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 13 Jan 2000, Pierre Muller wrote: > - typically I was first thinking of people that develop DJGPP programs > and want to debug the efficiently without going back to DOS ! If this is the main motivation, it might be much easier to attack it in GDB. All you need is to put a watchpoint at address zero. (Currently, GDB cannot do that, since when the watchpoint triggers, a zero address is taken to mean that this watchpoint was not the one who triggered. But it should be a trivial change to make this possible.)