Skip to content

Commit 3819df1

Browse files
authored
Add info about the gdb x packet into the release notes
See also #125653.
1 parent d185bd9 commit 3819df1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/docs/ReleaseNotes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,8 @@ Changes to LLDB
590590

591591
* Incorrect floating-point register DWARF numbers for LoongArch were [fixed](https://github.com/llvm/llvm-project/pull/120391).
592592

593+
* 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.
594+
593595
Changes to BOLT
594596
---------------------------------
595597

0 commit comments

Comments
 (0)