[rtems-central commit] spec: CONFIGURE_EXCEPTION_TO_SIGNAL_MAPPING
Joel Sherrill
joel at rtems.org
Wed Nov 3 13:20:29 UTC 2021
Module: rtems-central
Branch: master
Commit: 08fd839ed9b3bf388cc4c1d55934fb150c1d94ce
Changeset: http://git.rtems.org/rtems-central/commit/?id=08fd839ed9b3bf388cc4c1d55934fb150c1d94ce
Author: Kinsey Moore <kinsey.moore at oarcorp.com>
Date: Mon Nov 1 14:37:03 2021 -0500
spec: CONFIGURE_EXCEPTION_TO_SIGNAL_MAPPING
---
spec/acfg/if/exception-to-signal-mapping.yml | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/spec/acfg/if/exception-to-signal-mapping.yml b/spec/acfg/if/exception-to-signal-mapping.yml
new file mode 100644
index 0000000..fc717e3
--- /dev/null
+++ b/spec/acfg/if/exception-to-signal-mapping.yml
@@ -0,0 +1,22 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+appl-config-option-type: feature-enable
+copyrights:
+- Copyright (C) 2021 On-Line Applications Research Corporation (OAR)
+description: |
+ In case this configuration option is defined, then the machine exception to
+ POSIX signal mapping is configured during system initialization.
+enabled-by: true
+index-entries: []
+interface-type: appl-config-option
+links:
+- role: appl-config-group-member
+ uid: group-devdrv
+name: CONFIGURE_EXCEPTION_TO_SIGNAL_MAPPING
+notes: |
+ This device driver is responsible for setting up a mapping from machine
+ exceptions to POSIX signals so that applications may consume them and alter
+ task execution as necessary.
+
+ This is especially useful for applications written in Ada or C++.
+text: ''
+type: interface
More information about the vc
mailing list