summaryrefslogtreecommitdiffstats
path: root/doc/user/fatal.t (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-01-11Remove texinfo format documentation. Replaced by Sphinx formatted documentation.Joel Sherrill1-283/+0
closes #2812.
2014-02-12score: Change debug helper functionsSebastian Huber1-10/+12
Rename rtems_internal_error_description() to rtems_internal_error_text(). Rename rtems_fatal_source_description() to rtems_fatal_source_text(). Rename rtems_status_code_description() to rtems_status_text(). Remove previous implementation of rtems_status_text().
2013-01-07sapi: Add rtems_fatal_source_description()Sebastian Huber1-0/+27
2012-11-27score: Add CPU_Exception_frameSebastian Huber1-0/+27
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.
2012-11-22score: Change _Internal_error_Occurred()Sebastian Huber1-4/+4
Call the fatal handlers of the user extensions before the update of _Internal_errors_What_happened. This reduces the requirements on the execution context further. Now a valid read-write data is only required after the call to the fatal handlers.
2012-11-15score: Add rtems_fatal()Sebastian Huber1-0/+31
2012-11-15sapi: Add and use rtems_internal_error_descriptionSebastian Huber1-1/+28
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-3/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2007-11-282007-11-28 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey1-1/+1
* user/barrier.t, user/clock.t, user/concepts.t, user/conf.t, user/datatypes.t, user/dpmem.t, user/fatal.t, user/init.t, user/mp.t, user/msg.t, user/part.t, user/region.t, user/rtmon.t, user/sem.t, user/task.t, user/timer.t: Corrected various errors in the documentation.
2003-05-222003-05-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-1/+1
* fatal.t: Reflect c/src/exec having moved to cpukit.
2002-01-172001-01-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* SUPPORT, LICENSE: New files. * Numerous files touched as part of merging the 4.5 branch onto the mainline development trunk and ensuring that the script that cuts snapshots and releases works on the documentation.
2000-05-04Numerous changes based on comments from Stephan Wilms <Stephan.Wilms@CWA.de>Joel Sherrill1-0/+2
including a new section in the Getting Started called "Where to Go From Here", lots of index entries added, and more configuration table information.
1999-11-16Changed copyright date to 1999.Joel Sherrill1-1/+1
1999-10-11Turned on concept and function name indexing.Joel Sherrill1-1/+13
1998-04-02Added "findex" for all directive pages but it turns out that thisJoel Sherrill1-0/+1
blows up both makeinfo and texi2dvi. So I have commented them out.
1998-03-27Nodes, menus, etc are automatically generated nowJoel Sherrill1-41/+2
1998-03-27Completed sweep adding directive and constant prefixes.Joel Sherrill1-5/+11
1998-03-27Conditionally adding RTEMS_ and rtems_ prefixes.Joel Sherrill1-1/+1
1998-02-06Updated copyrightsJoel Sherrill1-1/+1
1997-06-04added CVS Id stringJoel Sherrill1-0/+2
1997-06-04final corrections before 4.1.0 documentation freeze.Joel Sherrill1-1/+1
1997-05-31Changed bitwise OR's used to build up option and attribute setsJoel Sherrill1-1/+1
to be correct in either C or Ada. Added the interrupt disable, enable, flash, and is in progress directives. changed "97" to "1997"
1997-05-30fixed typosJoel Sherrill1-1/+1
1997-05-29first cut at Ada bindings manualJoel Sherrill1-2/+10
1997-05-27Initial revisionJoel Sherrill1-0/+180