RTEMS 6.1-rc2
Loading...
Searching...
No Matches
Functions
exceptionmapping.c File Reference

AArch64 machine exception to POSIX signal mapping. More...

#include <pthread.h>
#include <signal.h>
#include <rtems/score/exception.h>
#include <rtems/score/thread.h>
#include <rtems/score/threadimpl.h>

Functions

void _Exception_Raise_signal (Internal_errors_Source source, bool always_set_to_false, Internal_errors_t code)
 Handle an exception frame for the purpose of mapping signals.
 

Detailed Description

AArch64 machine exception to POSIX signal mapping.

Function Documentation

◆ _Exception_Raise_signal()

void _Exception_Raise_signal ( Internal_errors_Source  source,
bool  always_set_to_false,
Internal_errors_t  code 
)

Handle an exception frame for the purpose of mapping signals.

See CONFIGURE_EXCEPTION_TO_SIGNAL_MAPPING documentation in the "RTEMS Classic API Guide".