From 08fd839ed9b3bf388cc4c1d55934fb150c1d94ce Mon Sep 17 00:00:00 2001 From: Kinsey Moore Date: Mon, 1 Nov 2021 14:37:03 -0500 Subject: spec: CONFIGURE_EXCEPTION_TO_SIGNAL_MAPPING --- spec/acfg/if/exception-to-signal-mapping.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 spec/acfg/if/exception-to-signal-mapping.yml 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 00000000..fc717e3e --- /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 -- cgit v1.2.3