[Lldb-commits] [PATCH] D129489: [lldb][AArch64] Add support for memory tags in core files

Muhammad Omair Javaid via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 19 05:11:03 PDT 2022


omjavaid added a comment.

I am wondering if we should also test memory reads with correct/wrong tags for corefiles as well? Do you see any value on doing it or have done it already in above test and i skipped it?



================
Comment at: lldb/test/API/linux/aarch64/mte_core_file/main.c:1
+// Program to generate core files to test MTE tag features.
+//
----------------
Do we have a hardware board that supports MTE or we are still using QEMU?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129489



More information about the lldb-commits mailing list