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

2021-04-27 Thread David Spickett via Phabricator via lldb-commits
DavidSpickett added a comment. In D99947#2719403 , @omjavaid wrote: > In D99947#2718954 , @DavidSpickett > wrote: > >> Did the changes in `GDBRemoteRegisterContext.cpp` >> (https://reviews.llvm.org/D99947?id=33548

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

2021-04-27 Thread Muhammad Omair Javaid via Phabricator via lldb-commits
omjavaid added a comment. In 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 bit

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

2021-04-27 Thread David Spickett via Phabricator via lldb-commits
DavidSpickett added a comment. Did the changes in `GDBRemoteRegisterContext.cpp` (https://reviews.llvm.org/D99947?id=335484#inline-940747 ) get moved to another diff? Comment at: lldb/test/API/functionalities/unwind/aarch64_unwind_pac/TestAArch64UnwindPAC.py:41 +

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

2021-04-26 Thread Muhammad Omair Javaid via Phabricator via lldb-commits
omjavaid updated this revision to Diff 340702. omjavaid added a comment. Fixed review comments and rebased. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D99947/new/ https://reviews.llvm.org/D99947 Files: lldb/test/API/functionalities/unwind/aarch64_unwind_pac/Makefile lldb/test/AP

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

2021-04-06 Thread Muhammad Omair Javaid via Phabricator via lldb-commits
omjavaid created this revision. omjavaid added reviewers: labath, DavidSpickett. Herald added subscribers: danielkiss, kristof.beyls. omjavaid requested review of this revision. This patch adds support to detect and set address bits in use by the current AArch64 process. We are going to utilize AA