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
+3
View File
@@ -19,4 +19,7 @@ project Build_Common is
"-fstack-check",
"-gnato",
"-g");
Ada_Binder_Switches := ("-E");
end Build_Common;