Date: Mon, 6 Jan 1997 11:53:25 +0100 (MET) From: Robert Hoehne To: Bill Currie Cc: djgpp-workers AT delorie DOT com Subject: Re: Debuggers and mouse hooking (or maybe dpmi memory allocation). In-Reply-To: <32C50DE0.2D19@blackmagic.tait.co.nz> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sat, 28 Dec 1996, Bill Currie wrote: > src/debug/common/dbgcom.c. Doing a diff on the two versions of > the file, I noticed a lot of additional code that intercepts the > dpmi memory allocation functions (which I make heavy use of, but > none are called by my code before my pc locks up). I'me wandering if I made most of that changes to dbgcom.c but your assumption, that noe of the allocating functions are called before the lock, is not correct. The startup code of any DJGPP calls these functions. > Thanks in advance for any help and when I get things going, I'll post > the diffs (if any, it may actually be my editor). I got the diffs today and I will test them also. Robert