[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 12:25:12 PDT 2022
andrew added a comment.
It's easy to detect in the debugee as it can check which hardware capabilities are passed to it from the kernel.
Another option could be to have a build tool that prints these capabilities and have the test decide based on it as they are identical on FreeBSD and Linux.
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