[llvm] 76f4f95 - [lldb][AArch64] Add release note for AArch64 Linux FPMR register

David Spickett via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 24 03:11:08 PDT 2024


Author: David Spickett
Date: 2024-10-24T11:05:21+01:00
New Revision: 76f4f950f67b9f3f2d2789abbdffc24ea4506a09

URL: https://github.com/llvm/llvm-project/commit/76f4f950f67b9f3f2d2789abbdffc24ea4506a09
DIFF: https://github.com/llvm/llvm-project/commit/76f4f950f67b9f3f2d2789abbdffc24ea4506a09.diff

LOG: [lldb][AArch64] Add release note for AArch64 Linux FPMR register

Added: 
    

Modified: 
    llvm/docs/ReleaseNotes.md

Removed: 
    


################################################################################
diff  --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md
index c8f5d22c15472a..504fce4160a583 100644
--- a/llvm/docs/ReleaseNotes.md
+++ b/llvm/docs/ReleaseNotes.md
@@ -268,6 +268,10 @@ Changes to the LLVM tools
 Changes to LLDB
 ---------------------------------
 
+* LLDB can now read the `fpmr` register from AArch64 Linux processes and core
+  files.
+
+
 Changes to BOLT
 ---------------------------------
 


        


More information about the llvm-commits mailing list