On 28/10/2021 18:04, Kinsey Moore wrote:
If not used, then please remove it.
This is used from the assembly implementation of the thread dispatch
epilogue variant to copy the exception frame on to the thread stack. I
suppose it could be done with memcpy instead since that is what the
AArch64 i
On 10/28/2021 01:00, Sebastian Huber wrote:
On 27/10/2021 23:44, Kinsey Moore wrote:
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
exceptio
On 27/10/2021 23:44, Kinsey Moore wrote:
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
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_