[Lldb-commits] [PATCH] D99947: [LLDB] AArch64 Linux PAC unwinder support

Muhammad Omair Javaid via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 27 05:47:23 PDT 2021


omjavaid added a comment.

In D99947#2718954 <https://reviews.llvm.org/D99947#2718954>, @DavidSpickett wrote:

> Did the changes in `GDBRemoteRegisterContext.cpp` (https://reviews.llvm.org/D99947?id=335484#inline-940747 ) get moved to another diff?

We no longer need to configure Address bits in use after changes from D100521 <https://reviews.llvm.org/D100521> and D99944 <https://reviews.llvm.org/D99944> get merged. ABISysV_arm64 now contains the logic for masking of ignored bits from code and data addresses. Look through overrides of FixCodeAddress and FixDataAddress in D99944 <https://reviews.llvm.org/D99944>.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99947/new/

https://reviews.llvm.org/D99947



More information about the lldb-commits mailing list