[llvm] 3e6be02 - [lldb] Update release notes with non-address bit handling changes

David Spickett via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 24 03:20:05 PST 2022


Author: David Spickett
Date: 2022-01-24T11:19:49Z
New Revision: 3e6be0241b31265953d82bad0164d3e0c24cf9d7

URL: https://github.com/llvm/llvm-project/commit/3e6be0241b31265953d82bad0164d3e0c24cf9d7
DIFF: https://github.com/llvm/llvm-project/commit/3e6be0241b31265953d82bad0164d3e0c24cf9d7.diff

LOG: [lldb] Update release notes with non-address bit handling changes

This adds the "memory find" (https://reviews.llvm.org/D117299)
and "memory tag" (https://reviews.llvm.org/D117672) commands
and puts them all in one list.

Added: 
    

Modified: 
    llvm/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 5825a6e81eb34..15f7428a7fde2 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -163,9 +163,14 @@ Changes to LLDB
 * A change in Clang's type printing has changed the way LLDB names array types
   (from ``int [N]`` to ``int[N]``) - LLDB pretty printer type name matching
   code may need to be updated to handle this.
-* The ``memory read`` command now ignores non-address bits in start and end
-  addresses. In addition, non-address bits will not be shown in the addresses
-  in the output.
+* The following commands now ignore non-address bits (e.g. AArch64 pointer
+  signatures) in address arguments. In addition, non-address bits will not
+  be shown in the output of the commands.
+
+  * ``memory find``
+  * ``memory read``
+  * ``memory tag read``
+  * ``memory tag write``
 
 Changes to Sanitizers
 ---------------------


        


More information about the llvm-commits mailing list