[Lldb-commits] [PATCH] D98529: [lldb] Strip pointer authentication codes from aarch64 pc.
Jason Molenda via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Mar 17 11:29:46 PDT 2021
jasonmolenda added a comment.
In D98529#2631946 <https://reviews.llvm.org/D98529#2631946>, @DavidSpickett wrote:
> TCR_ELx begins at 1 (see `D13.2.123 TCR_EL1, Translation Control Register (EL1)` in the armarm) and covers EL0 and 1. Looking at the pseudocode access to this is undefined at EL0.
Ah LOL I hadn't read the ARM ARM when I wrote that, I thought this followed other control registers where EL0 and EL1 could have different settings here. My LC_NOTE only needed to record a single value.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98529/new/
https://reviews.llvm.org/D98529
More information about the lldb-commits
mailing list