From: Robert Hoehne Newsgroups: comp.os.msdos.djgpp Subject: Re: RHIDE 1.0 & Exceptions Date: Fri, 13 Dec 1996 13:32:01 +0100 Organization: TU Chemnitz-Zwickau Lines: 27 Message-ID: <32B14CC1.6B66@Mathematik.tu-chemnitz.de> NNTP-Posting-Host: env.hrz.tu-chemnitz.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Some notes to to Exceptions within RHIDE. Handling of exceptions within a (any) debugger of DJGPP is solved in not the best way because it is difficult and nobody tried until now to make it more stable. I said this also in my doc and you should know about. I tried to solve the problem in RHIDE with a little change in 'go32target.c' (from gdb) to do a gracefull killing of the debuggee when it recieces any (non TRAP) signal. May be there is still something wrong which can be fixed by me (I will try all the posted examples) but in general you (and I) must live with the not so good handling of exceptions. BTW: (for Tom Demmer) Have you tried to debug you faulty program under gdb?? WHat do get there?? Robert -- ***************************************************************** * Robert Hoehne, Fakultaet fuer Mathematik, TU-Chemnitz-Zwickau * * Post: Am Berg 3, D-09573 Dittmannsdorf * * e-Mail: Robert DOT Hoehne AT Mathematik DOT TU-Chemnitz DOT DE * * WWW: http://www.tu-chemnitz.de/~rho * *****************************************************************