source: ada-examples/stack_check/stack_check.scn @ 92f495a

ada-examples-4-10-branch
Last change on this file since 92f495a was 51f4331, checked in by Joel Sherrill <joel.sherrill@…>, on 09/17/09 at 18:13:38

2009-09-17 Joel Sherrill <joel.sherrill@…>

  • Makefile, check-off.txt, check-on.txt, stack_check.adb: Make follow standard RTEMS test output format. Add output screens where appropriate.
  • stack_check.scn: New file.
  • Property mode set to 100644
File size: 335 bytes
Line 
1*** GNAT/RTEMS Stack Checker Test ***
2Call depth =  1
3Call depth =  2
4Call depth =  3
5Call depth =  4
6Call depth =  5
7Call depth =  6
8BLOWN STACK!!!
9task control block: 0x0205FC50
10task ID: 0x0B010002
11task name: 0x00000000
12task name string:
13task stack area (16400 Bytes): 0x02066B08 .. 0x0206AB18
14
15NOTE: Addresses and depth will vary.
Note: See TracBrowser for help on using the repository browser.