Skip to content

Commit 04209c2

Browse files
authored
Add info about the gdb x packet into the release notes (#125680)
See also #125653.
1 parent 4d16551 commit 04209c2

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
@@ -604,6 +604,8 @@ Changes to LLDB
604604

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

607+
* 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.
608+
607609
Changes to BOLT
608610
---------------------------------
609611

0 commit comments

Comments
 (0)