[llvm-branch-commits] [llvm] 11a0a68 - [llvm][Release notes] Add memory tagging support to lldb changes

David Spickett via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Aug 3 06:52:54 PDT 2021


Author: David Spickett
Date: 2021-08-03T12:25:36Z
New Revision: 11a0a68f2eb8f419f2faab380c8af73dbea4035c

URL: https://github.com/llvm/llvm-project/commit/11a0a68f2eb8f419f2faab380c8af73dbea4035c
DIFF: https://github.com/llvm/llvm-project/commit/11a0a68f2eb8f419f2faab380c8af73dbea4035c.diff

LOG: [llvm][Release notes] Add memory tagging support to lldb changes

Added: 
    

Modified: 
    llvm/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index ddcdb322386ee..73c0450485d01 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -243,6 +243,12 @@ Changes to the LLVM tools
 Changes to LLDB
 ---------------------------------
 
+* LLDB now supports debugging programs on AArch64 Linux that use memory tagging (MTE).
+* Added ``memory tag read`` and ``memory tag write`` commands.
+* The ``memory region`` command will note when a region has memory tagging enabled.
+* Synchronous and asynchronous tag faults are recognised.
+* Synchronous tag faults have memory tag annotations in addition to the usual fault address.
+
 Changes to Sanitizers
 ---------------------
 


        


More information about the llvm-branch-commits mailing list