X-Authentication-Warning: ieva01.lanet.lv: pavenis owned process doing -bs Date: Wed, 13 Jan 1999 10:01:15 +0200 (WET) From: Andris Pavenis To: djgpp-workers AT delorie DOT com Subject: Re: dbgcom.c In-Reply-To: <199901122307.SAA15591@envy.delorie.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com On Tue, 12 Jan 1999, DJ Delorie wrote: > > > It seems that it is necessary to include modified version of > > src/libc/go32/exceptn.S in libdbg.a (simply replacement for object > > file in libc.a for applications that uses libdbg.a). > > Why can't we just fix the one in libc.a? > I need to do some fixes there that is only needed for debuggers. Also seems I'll have to add additional code there to better support keyboard interrupt hooking. I have already some limited support of it however debugger still is not getting SIGINT when for example Allegro keyboard handler is installed. There is rather easy way how to fix this and perhaps exceptn.S is best place where to do this. All these changes are not needed for normal programs. Therefore I prefer to have modified version in libdbg.a Andris