commit | 24d52e47de1177a6a62e818cc5b326d9b02bfdfe | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Mon Nov 16 16:12:45 2020 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Tue Nov 17 10:44:32 2020 +0100 |
tree | 67baf2a44e13c9d252cd343d212a8f143145c363 | |
parent | 685d1524a26d01490cc1a20d1a78f23ce985a80a [diff] |
core: print "TEE load address" message on abort Commit 02d307b7db90 ("core: use libunw") has involuntarily removed the "TEE load address @ ..." message when a TEE core abort occurs. This information is essential to be able to resolve function addresses when ASLR is enabled, and scripts/symbolize.py needs this line. Add it back. Fixes: 02d307b7db90 ("core: use libunw") Signed-off-by: Jerome Forissier <jerome@forissier.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains source code for the secure side implementation of OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io.
// OP-TEE core maintainers