[Lldb-commits] [PATCH] D120485: [lldb][Process/FreeBSD] Add support for address masks on aarch64

Andrew Turner via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 23 09:29:39 PDT 2022


andrew added a comment.

In D120485#3343538 <https://reviews.llvm.org/D120485#3343538>, @emaste wrote:

> We need to make sure a test covers this as well, perhaps just enabling lldb/test/API/functionalities/unwind/aarch64_unwind_pac/TestAArch64UnwindPAC.py?

I have a local change to use the test, however it depends on forcing `isAArch64PAuth` in `lldb/packages/Python/lldbsuite/test/lldbtest.py` to return true. We'll need a way to detect which CPU features are supported. On Linux it reads `/proc/cpuinfo`, however there isn't a similar simple method on FreeBSD.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120485



More information about the lldb-commits mailing list