Another update from ingydotnet^djgoku
This commit is contained in:
parent
91df62d461
commit
948b86eafa
7604 changed files with 108452 additions and 22726 deletions
|
|
@ -1,14 +1,14 @@
|
|||
with Ada.Text_IO; use Ada.Text_IO;
|
||||
with GNAT.Traceback; use GNAT.Traceback;
|
||||
with GNAT.Traceback.Symbolic; use GNAT.Traceback.Symbolic;
|
||||
with Ada.Text_IO; use Ada.Text_IO;
|
||||
with GNAT.Traceback;
|
||||
with GNAT.Traceback.Symbolic;
|
||||
|
||||
procedure Test_Stack_Trace is
|
||||
procedure Call_Stack is
|
||||
Trace : Tracebacks_Array (1..1_000);
|
||||
Trace : GNAT.Traceback.Tracebacks_Array (1..1_000);
|
||||
Length : Natural;
|
||||
begin
|
||||
Call_Chain (Trace, Length);
|
||||
Put_Line (Symbolic_Traceback (Trace (1..Length)));
|
||||
GNAT.Traceback.Call_Chain (Trace, Length);
|
||||
Put_Line (GNAT.Traceback.Symbolic.Symbolic_Traceback (Trace (1..Length)));
|
||||
end Call_Stack;
|
||||
|
||||
procedure Inner (K : Integer) is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue