Changeset 71f4beb in rtems for cpukit/libmisc/stackchk/README
- Timestamp:
- 04/15/98 15:08:49 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- d07d3eec
- Parents:
- 9b64c2d5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libmisc/stackchk/README
r9b64c2d5 r71f4beb 2 2 # $Id$ 3 3 # 4 5 Introduction 6 ============ 4 7 5 8 This directory contains a stack bounds checker. It provides two … … 8 11 + check for stack overflow at each context switch 9 12 + provides an educated guess at each task's stack usage 13 14 Enabling 15 ======== 16 17 Add the stack checker extension to the initial user extension set. 18 If using confdefs.h to build your configuration table, this is 19 as simple as adding -DSTACK_CHECK_ON to the gcc command line which 20 compiles the file defining the configuration table. In the RTEMS 21 test suites and samples, this is always init.c 22 23 Background 24 ========== 10 25 11 26 The stack overflow check at context switch works by looking for
Note: See TracChangeset
for help on using the changeset viewer.