https://github.com/labath created 
https://github.com/llvm/llvm-project/pull/125680

See also #125653.

>From 3819df1b595c46dc393f107bf5fb6b3a21f7c185 Mon Sep 17 00:00:00 2001
From: Pavel Labath <pa...@labath.sk>
Date: Tue, 4 Feb 2025 14:02:53 +0100
Subject: [PATCH] Add info about the gdb x packet into the release notes

See also #125653.
---
 llvm/docs/ReleaseNotes.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md
index e0acb8f48c5b940..9c86c3af9cbc3d0 100644
--- a/llvm/docs/ReleaseNotes.md
+++ b/llvm/docs/ReleaseNotes.md
@@ -590,6 +590,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 different 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
 ---------------------------------
 

_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to