[Lldb-commits] [PATCH] D97282: [lldb][AArch64] Add memory-tagging qSupported feature

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 28 08:30:17 PDT 2021


mgorny added inline comments.


================
Comment at: lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp:297
+  if ((getauxval(AT_HWCAP2) & HWCAP2_MTE))
+    supported |= Extension::memory_tagging;
+
----------------
DavidSpickett wrote:
> There is a mechanism to get auvx from a process but I don't think we have one at this point.
You may want to add an explicit comment about that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97282



More information about the lldb-commits mailing list