This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Ada exception traceback
- From: Guillaume <guifo at wanadoo dot fr>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 3 Jan 2002 00:42:04 +0100
- Subject: Ada exception traceback
- Organization: _^_
Hi GNAT gurus,
After a short investigation, it looks like that handled exception traceback
can't be displayed unless GNAT.Exception_Traces.Trace_On is explicitly called.
I'm using a recent CVS snapshot, less than a week old.
Can this traceback display be a compile-time option ? If so, could this be a
gnatbind feature ? I mean gnatbind could add the explicit
GNAT.Exception_Traces.Trace_On call itself in the generated main procedure.
Be the way, what's the recipe for building a libaddr2line ?
Guillaume Foliard