Files
rtems/cpukit/libmisc
Kinsey Moore b539af865e cpukit: Prevent error with disabled stack checker
When the stack checker is not enabled, the stack checker reporting
function can still be called. This prevents that call from performing a
null memory access in trying to find the high water mark if the stack
checker was never initialized.

This also introduces a test to ensure this call does not cause a crash.

Closes #4588
2022-01-27 13:07:30 -06:00
..
2021-04-07 16:15:38 -06:00
2020-04-28 09:04:00 +02:00
2020-04-28 09:04:00 +02:00
2018-10-02 10:22:15 +02:00
2018-01-25 08:45:26 +01:00
2018-01-25 08:45:26 +01:00
2018-01-25 08:45:26 +01:00

This directory contains for the "miscellaneous" library.  Currently
this library contains a number of useful support libraries:

  + Task Stack Overflow Checker
  + Workspace Consistency Checker
  + Task Execution Time Monitor
  + Period Statistics Monitor
  + Debug Monitor

The following ideas have been mentioned for items which could go
in this library, but this list is not all inclusive:

  + there are no outstanding suggestions.

The intent of this library is to provide a home for useful utility routines
which are dependent upon RTEMS.

--joel
16 Sept 97