[PATCH v2 0/6] Exception Management and Recovery

2021-09-22 Thread Kinsey Moore
This is a reworked patch set for management of recoverable exceptions. The assembly that would have followed the exception handler has been moved to a pair of epilogue functions to avoid the appearance of dead code following the fatal error handlers and the signal mapping code has been refactored i

Exception Management

2021-04-27 Thread Kinsey Moore
above constraints, it was suggested that perhaps RTEMS needs an Exception Management API upon which both the exception to signal mapping and fatal extensions can be built. This would also trivially allow other platform-agnostic exception handlers to be written for other system management use cases. Libdeb