Implement Ada exception processing

Register a global exception action with the Ada runtime to log uncaught
exceptions to the daemon log and terminate.
This commit is contained in:
Reto Buerki
2013-03-19 15:23:48 +01:00
committed by Tobias Brunner
parent e0cb01f44d
commit 270b321e97
8 changed files with 146 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ with "build_common";
project Build_Tests is
for Languages use ("Ada", "C");
for Source_Dirs use ("src/tkm", "src/ees", "tests");
for Source_Dirs use ("src/ees", "src/ehandler", "src/tkm", "tests");
for Main use ("test_runner");
for Object_Dir use Build_Common.Obj_Dir;