From: Eli Zaretskii To: Hans-Bernhard Broeker Cc: djgpp AT delorie DOT com In-reply-to: <8pl5mj$4bj$1@nets3.rz.RWTH-Aachen.DE> (message from Hans-Bernhard Broeker on 12 Sep 2000 11:57:07 GMT) Subject: Re: djgpp query References: <20000912000952 DOT 12918 DOT qmail AT web9702 DOT mail DOT yahoo DOT com> <8pl5mj$4bj$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> Message-Id: <20000923222932.8C60423149@titan.progiciels-bpi.ca> Date: Sat, 23 Sep 2000 18:29:32 -0400 (EDT) Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: Hans-Bernhard Broeker > Newsgroups: comp.os.msdos.djgpp > Date: 12 Sep 2000 11:57:07 GMT > > I strongly doubt you can ever hook 0x31 in a DJGPP program. You'ld > almost invariably end up with an endless loop, because you sawed away > the branch the whole DJGPP runtime environment is sitting on. Actually, the DJGPP debug support routines do just that. But you are right: it is anything but trivial. For the gory details, look at the files in src/debug/common directory inside djlsr203.zip.