[llvm-branch-commits] [llvm] 04209c2 - Add info about the gdb x packet into the release notes (#125680)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Feb 6 22:52:27 PST 2025


Author: Pavel Labath
Date: 2025-02-06T22:52:23-08:00
New Revision: 04209c2a2b3eddbfcf6a172e521d40c23780ce41

URL: https://github.com/llvm/llvm-project/commit/04209c2a2b3eddbfcf6a172e521d40c23780ce41
DIFF: https://github.com/llvm/llvm-project/commit/04209c2a2b3eddbfcf6a172e521d40c23780ce41.diff

LOG: Add info about the gdb x packet into the release notes (#125680)

See also #125653.

Added: 
    

Modified: 
    llvm/docs/ReleaseNotes.md

Removed: 
    


################################################################################
diff  --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md
index db9a681ebe2bc57..44a0b17d6a07b97 100644
--- a/llvm/docs/ReleaseNotes.md
+++ b/llvm/docs/ReleaseNotes.md
@@ -604,6 +604,8 @@ Changes to LLDB
 
 * Incorrect floating-point register DWARF numbers for LoongArch were [fixed](https://github.com/llvm/llvm-project/pull/120391).
 
+* Support was added for handling the GDB Remote Protocol `x` packet in the format introduced by GDB 16.2. LLDB currently uses a 
diff erent format for `x` and LLDB is now able to handle both formats. At some point in the future support for LLDB's format of `x` will be removed.
+
 Changes to BOLT
 ---------------------------------
 


        


More information about the llvm-branch-commits mailing list