From db9e88510d797e287b5c58ad601abd70fe953e7d Mon Sep 17 00:00:00 2001 From: Kinsey Moore Date: Tue, 10 Aug 2021 08:11:40 -0500 Subject: 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. --- spec/build/cpukit/cpuopts.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'spec/build/cpukit/cpuopts.yml') diff --git a/spec/build/cpukit/cpuopts.yml b/spec/build/cpukit/cpuopts.yml index 908c65d3b9..301d49ccea 100644 --- a/spec/build/cpukit/cpuopts.yml +++ b/spec/build/cpukit/cpuopts.yml @@ -39,6 +39,8 @@ links: uid: optdebug - role: build-dependency uid: optdrvmgr +- role: build-dependency + uid: optexceptionextensions - role: build-dependency uid: optmpci - role: build-dependency -- cgit v1.2.3