X-Authentication-Warning: ieva01.lanet.lv: pavenis owned process doing -bs Date: Wed, 6 Jan 1999 10:17:48 +0200 (WET) From: Andris Pavenis To: Robert Hoehne cc: djgpp AT delorie DOT com Subject: Re: RHIDE ctr-break In-Reply-To: <369152E3.73EBA101@gmx.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Mon, 4 Jan 1999, Robert Hoehne wrote: > AcidBolt wrote : > > > > Does someone know how i can use rhide so when i run a program and press > > ctr+break > > it will get out of the program and show me where it stoped like in > > borlandc? > > This is currently not possible. It is not a special thing > related to RHIDE but to all DJGPP debuggers, since it is > currently not possible to hook such events only for the > debugged program (at least I think so). If someone knows > it better, please let me know, and I will use it in RHIDE. Once more I should remind that official version of gdb-4.16 binaries for DJGPP allowed to interrupt debugee with Ctrl-C and continue it. However I have not seriously tested stability under Win95. I also was not able to reproduce this behaviour when built gdb-4.16 with djdev201. I mentioned stability as current experiments with modified dbgcom.c (see recent mailings to djgpp-workers for details) and gdb-4.17 shows that under Win95 debugger sometimes hangs DOS session after SIGINT however more often reaction to SIGINT is as expected (program is interrupted). I mostly tested this with FSDB rather than GDB as it is more easy. Andris