comp.lang.ada
 help / color / mirror / Atom feed
From: griest-tom@cs.yale.edu (Tom Griest)
Subject: Re: debugging GNAT programs
Date: 3 Mar 1995 23:26:20 -0500
Date: 1995-03-03T23:26:20-05:00	[thread overview]
Message-ID: <3j8q5cINNsdr@RA.DEPT.CS.YALE.EDU> (raw)
In-Reply-To: 3j5vvu$6c2@newsbf02.news.aol.com

In article <3j5vvu$6c2@newsbf02.news.aol.com> pug156@aol.com (Pug 156) writes:
>I think the release notes or maybe gnatinfo.txt says something about
>setting a break point on the run time's raise_exception routine.  See the
>notes for the actual name.  Try gnatinfo.txt first, I think its there.


__gnat_raise is only called for unhandled exceptions (which was
the original question).  If you want to catch any exception you 
have to also set a breakpoint on the longjmp routine.  
(I'm not sure that this isn't used for things other than just 
exception propogation, but it seems to work reliably.)

-Tom



  reply	other threads:[~1995-03-04  4:26 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1995-03-02 14:52 debugging GNAT programs Marc Graham
1995-03-02 16:52 ` Robert A Duff
1995-03-03  2:47   ` Pug 156
1995-03-04  4:26     ` Tom Griest [this message]
1995-03-05 19:20       ` Bernard Banner
1995-03-06 19:34         ` Tom Griest
1995-03-02 22:23 ` Keith Thompson
1995-03-03 22:33   ` Robert S. White
1995-03-05 15:42     ` Robert Dewar
1995-03-05 15:52     ` Robert Dewar
1995-03-06  0:38       ` kkrieser
1995-03-06 15:14       ` Robert S. White
1995-03-03  4:57 ` Vladimir Vukicevic
1995-03-04 14:07   ` Cyrille Comar
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox