diff options
author | Mark Dykes <mardyk01@review.trustedfirmware.org> | 2020-02-10 17:17:10 +0000 |
---|---|---|
committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | 2020-02-10 17:17:10 +0000 |
commit | c8e0f950c1fcb3e76a6d5ec80c3bb8f99fcd941f (patch) | |
tree | a76e23463400f41dcd49e590d7e02758191cc31a /docs | |
parent | 82ed37ee02199209a65f5c461a759964aee4e849 (diff) | |
parent | 68c76088d3b79753a15dc7ef9e296cd6fa9150aa (diff) | |
download | platform_external_arm-trusted-firmware-c8e0f950c1fcb3e76a6d5ec80c3bb8f99fcd941f.tar.gz platform_external_arm-trusted-firmware-c8e0f950c1fcb3e76a6d5ec80c3bb8f99fcd941f.tar.bz2 platform_external_arm-trusted-firmware-c8e0f950c1fcb3e76a6d5ec80c3bb8f99fcd941f.zip |
Merge "Make PAC demangling more generic" into integration
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 ca305355b..031836a81 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 |