summaryrefslogtreecommitdiffstats
path: root/doc/user/fatal.t (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove texinfo format documentation. Replaced by Sphinx formatted documentation.Joel Sherrill2017-01-111-283/+0
| | | | closes #2812.
* score: Change debug helper functionsSebastian Huber2014-02-121-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().
* sapi: Add rtems_fatal_source_description()Sebastian Huber2013-01-071-0/+27
|
* score: Add CPU_Exception_frameSebastian Huber2012-11-271-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.
* score: Change _Internal_error_Occurred()Sebastian Huber2012-11-221-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.
* score: Add rtems_fatal()Sebastian Huber2012-11-151-0/+31
|
* sapi: Add and use rtems_internal_error_descriptionSebastian Huber2012-11-151-1/+28
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-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-28 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey2007-11-281-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-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-05-221-1/+1
| | | | * fatal.t: Reflect c/src/exec having moved to cpukit.
* 2001-01-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-171-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.
* Numerous changes based on comments from Stephan Wilms <Stephan.Wilms@CWA.de>Joel Sherrill2000-05-041-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.
* Changed copyright date to 1999.Joel Sherrill1999-11-161-1/+1
|
* Turned on concept and function name indexing.Joel Sherrill1999-10-111-1/+13
|
* Added "findex" for all directive pages but it turns out that thisJoel Sherrill1998-04-021-0/+1
| | | | blows up both makeinfo and texi2dvi. So I have commented them out.
* Nodes, menus, etc are automatically generated nowJoel Sherrill1998-03-271-41/+2
|
* Completed sweep adding directive and constant prefixes.Joel Sherrill1998-03-271-5/+11
|
* Conditionally adding RTEMS_ and rtems_ prefixes.Joel Sherrill1998-03-271-1/+1
|
* Updated copyrightsJoel Sherrill1998-02-061-1/+1
|
* added CVS Id stringJoel Sherrill1997-06-041-0/+2
|
* final corrections before 4.1.0 documentation freeze.Joel Sherrill1997-06-041-1/+1
|
* Changed bitwise OR's used to build up option and attribute setsJoel Sherrill1997-05-311-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"
* fixed typosJoel Sherrill1997-05-301-1/+1
|
* first cut at Ada bindings manualJoel Sherrill1997-05-291-2/+10
|
* Initial revisionJoel Sherrill1997-05-271-0/+180