diff options
author | Alexei Fedorov <Alexei.Fedorov@arm.com> | 2020-02-06 17:11:03 +0000 |
---|---|---|
committer | Alexei Fedorov <Alexei.Fedorov@arm.com> | 2020-02-07 17:00:34 +0000 |
commit | 68c76088d3b79753a15dc7ef9e296cd6fa9150aa (patch) | |
tree | a94b445887a5da2d4947f54ef6d8e90cc8769734 /docs | |
parent | 235c8174ffe55bfc1108c02e0b41ca9916428f21 (diff) | |
download | platform_external_arm-trusted-firmware-68c76088d3b79753a15dc7ef9e296cd6fa9150aa.tar.gz platform_external_arm-trusted-firmware-68c76088d3b79753a15dc7ef9e296cd6fa9150aa.tar.bz2 platform_external_arm-trusted-firmware-68c76088d3b79753a15dc7ef9e296cd6fa9150aa.zip |
Make PAC demangling more generic
At the moment, address demangling is only used by the backtrace
functionality. However, at some point, other parts of the TF-A
codebase may want to use it.
The 'demangle_address' function is replaced with a single XPACI
instruction which is also added in 'do_crash_reporting()'.
Signed-off-by: Alexei Fedorov <Alexei.Fedorov@arm.com>
Change-Id: I4424dcd54d5bf0a5f9b2a0a84c4e565eec7329ec
Diffstat (limited to 'docs')
-rw-r--r-- | docs/getting_started/build-options.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting_started/build-options.rst b/docs/getting_started/build-options.rst index 2f44fe817..fa83b4f54 100644 --- a/docs/getting_started/build-options.rst +++ b/docs/getting_started/build-options.rst @@ -189,7 +189,7 @@ Common build options that is only required for the assertion and does not fit in the assertion itself. -- ``ENABLE_BACKTRACE``: This option controls whether to enables backtrace +- ``ENABLE_BACKTRACE``: This option controls whether to enable backtrace dumps or not. It is supported in both AArch64 and AArch32. However, in AArch32 the format of the frame records are not defined in the AAPCS and they are defined by the implementation. This implementation of backtrace only |