commit | d7c22ace31de10d440cd5fe76d976a03ea9b96a4 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Mon Jun 22 14:07:38 2020 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Mon Jun 22 17:05:17 2020 +0200 |
tree | 62110424d98e0eb3f84345643c4e1616eb78f026 | |
parent | 35619cf07e66f2d667c114d57ea19afdc1ad839a [diff] |
symbolize.py: ignore error if ELF file is not found When processing the memory map of a TA, it can happen that the ELF file for a region is not found. One typical reason is a missing -d argument on the command line (can easily happen when a TA uses shared libraries for instance). In the above case, the script crashes with no clear indication about the cause. This commit fixes the crash by ignoring ELFs that are not found. This is consistent with the general behavior of symbolize.py, which is to always print out all the information it is fed and simply augment it with debug information when possible. Signed-off-by: Jerome Forissier <jerome@forissier.org> Reviewed-by: Joakim Bech <joakim.bech@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