tests: add a stack printer test
authorBrandon Potter <brandon.potter@amd.com>
Fri, 19 May 2017 16:58:32 +0000 (11:58 -0500)
committerBrandon Potter <Brandon.Potter@amd.com>
Fri, 17 Aug 2018 17:20:02 +0000 (17:20 +0000)
commit13bc177e2db04e42f2a26ea5bbee2c035cf9279f
treea2d78151d326f3945a5597c19bdf71fbce517b0b
parent4c35b42d2fb6f7588dbd56f0dde64b32ce1adafb
tests: add a stack printer test

Add a test to print out stack contents for SE mode programs.
The test will print out argc, argv, envp, and some auxiliary
vectors.

Change-Id: I489d752ee40fde24c531d8918d0c050f4df936c5
Reviewed-on: https://gem5-review.googlesource.com/3440
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
tests/test-progs/stack-print/bin/x86/linux/stack-print [new file with mode: 0755]
tests/test-progs/stack-print/src/stack-print.c [new file with mode: 0644]