Home
last modified time | relevance | path

Searched hist:ae252462a0b6e505e7d8f143347daaea20fca88f (Results 1 – 1 of 1) sorted by relevance

/optee_os/scripts/
H A Dsymbolize.pyae252462a0b6e505e7d8f143347daaea20fca88f Fri May 25 13:07:28 UTC 2018 Jerome Forissier <jerome.forissier@linaro.org> scripts/symbolize.py: add support for dynamically linked TAs

Dynamically linked TAs contain sections mapped from several ELF files.
Update symbolize.py accordingly. As a result, the call stack will show
the expected debug information instead of "?? ??:0" for stack frames
that belong to a dynamic library. Also, the memory regions used to
map libraries will be annotated with section names like for the main
executable.

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: Joakim Bech <joakim.bech@linaro.org>