summaryrefslogtreecommitdiffstats
path: root/spec/build/cpukit/optexceptionextensions.yml
diff options
context:
space:
mode:
authorKinsey Moore <kinsey.moore@oarcorp.com>2021-08-10 08:11:40 -0500
committerJoel Sherrill <joel@rtems.org>2021-10-29 12:40:56 -0500
commitdb9e88510d797e287b5c58ad601abd70fe953e7d (patch)
tree09fc3523f903d5338fc7d43b0c4785af0b37a7dd /spec/build/cpukit/optexceptionextensions.yml
parentrtems-debugger: Fixed pointer types to work on 32 and 64 bit architectures (diff)
downloadrtems-db9e88510d797e287b5c58ad601abd70fe953e7d.tar.bz2
cpukit: Add exception extensions
This adds the set of functions necessary to allow more generic handling of machine exceptions. This initial patch offers the ability to manipulate a CPU_Exception_frame and resume execution using that exception information with or without thread dispatch. These functions are gated behind the RTEMS_EXCEPTION_EXTENSIONS configuration option.
Diffstat (limited to '')
-rw-r--r--spec/build/cpukit/optexceptionextensions.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/spec/build/cpukit/optexceptionextensions.yml b/spec/build/cpukit/optexceptionextensions.yml
new file mode 100644
index 0000000000..1bc6d8686f
--- /dev/null
+++ b/spec/build/cpukit/optexceptionextensions.yml
@@ -0,0 +1,18 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+actions:
+- get-boolean: null
+- env-enable: null
+- define-condition: null
+build-type: option
+copyrights:
+- Copyright (C) 2021 On-Line Applications Research (OAR)
+default: true
+default-by-family: []
+default-by-variant: []
+description: |
+ Enable the RTEMS Exception Extensions for manipulating and acting on exception
+ frames.
+enabled-by:
+links: []
+name: RTEMS_EXCEPTION_EXTENSIONS
+type: build