summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spfatal26 (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-03-25tests/sptests: Use <rtems/test.h>Sebastian Huber1-3/+7
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2012-11-27score: Add CPU_Exception_frameSebastian Huber4-0/+117
Add CPU port type CPU_Exception_frame and function _CPU_Exception_frame_print(). The CPU ports of avr, bfin, h8300, lm32, m32c, m32r, m68k, nios2, sh, sparc64, and v850 use an empty default implementation of _CPU_Exception_frame_print(). Add rtems_exception_frame and rtems_exception_frame_print(). Add RTEMS_FATAL_SOURCE_EXCEPTION for CPU exceptions. Use rtems_fatal() with source RTEMS_FATAL_SOURCE_EXCEPTION in CPU ports of i386, powerpc, and sparc for unexpected exceptions. Add third parameter to RTEMS_BSP_CLEANUP_OPTIONS() which controls the BSP_PRINT_EXCEPTION_CONTEXT define used in the default bsp_fatal_extension(). Add test sptests/spfatal26.