RTEMS 6.1-rc1
Functions
exception.h File Reference

This header file provides the interfaces for mapping exceptions to signsls. More...

#include <rtems/fatal.h>

Go to the source code of this file.

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. More...
 

Detailed Description

This header file provides the interfaces for mapping exceptions to signsls.

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".