Package: Ada.Exceptions.Traceback

Dependencies

with GNAT.Traceback;

Description

This package is part of the support for tracebacks on exceptions

Header

package Ada.Exceptions.Traceback is
 

Other Items:

function Tracebacks
  (E    : Exception_Occurrence)
   return GNAT.Traceback.Tracebacks_Array;
This function extracts the traceback information from an exception occurrence, and returns it formatted in the manner required for processing in GNAT.Traceback. See g-traceb.ads for details.
end Ada.Exceptions.Traceback;