[Lldb-commits] [PATCH] D120485: [lldb][Process/FreeBSD] Add support for address masks on aarch64
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 24 02:37:57 PDT 2022
DavidSpickett added a comment.
I did something along these lines for lldb-server memory tagging tests in `lldb/test/API/tools/lldb-server/memory-tagging/main.c`. In that case you've got 3 points where you we could skip the test, and you could check the auxv but that was overkill for this example.
Does FreeBSD have an equivalent to the auxv feature bits? (we could always sprinkle some #defines around if not).
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