summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/arm/arm-exception-frame-print.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Canonicalize config.h includeSebastian Huber2020-04-161-1/+1
| | | | | | | | Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
* arm: Fix printk warnings.Chris Johns2016-06-031-16/+18
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* arm: Fix inconsistent define usageSebastian Huber2013-09-061-2/+3
|
* bsps/arm: Fix printk args to match formatRic Claus2013-07-151-7/+7
|
* arm: Support VFP-D32 and NeonSebastian Huber2013-05-101-0/+25
|
* arm: Implement CPU_Exception_frame_print()Sebastian Huber2013-01-071-6/+40
|
* score: Add CPU_Exception_frameSebastian Huber2012-11-271-0/+28
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.