Package: GNAT.Traceback.Symbolic

Dependencies

with Ada.Exceptions; use Ada.Exceptions;

Description

The routines provided in this package assume that your application has been compiled with debugging information turned on, since this information is used to build a symbolic traceback.

Header

package GNAT.Traceback.Symbolic is
 
pragma Elaborate_Body (Traceback.Symbolic);

Symbolic_Traceback

Other Items:

function Symbolic_Traceback (Traceback : Tracebacks_Array) return String;
Build a string containing a symbolic traceback of the given call chain.

function Symbolic_Traceback (E : Exception_Occurrence) return String;
Build a string containing a symbolic traceback of the given exception occurrence.
end GNAT.Traceback.Symbolic;