[Lldb-commits] [lldb] Document lldb `x` packet deprecation. (PR #125682)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Feb 4 05:13:25 PST 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-lldb
Author: Pavel Labath (labath)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/125682.diff
1 Files Affected:
- (modified) lldb/docs/resources/lldbgdbremote.md (+5)
``````````diff
diff --git a/lldb/docs/resources/lldbgdbremote.md b/lldb/docs/resources/lldbgdbremote.md
index 5cac3736337a8f..162815148a18bf 100644
--- a/lldb/docs/resources/lldbgdbremote.md
+++ b/lldb/docs/resources/lldbgdbremote.md
@@ -2412,6 +2412,11 @@ value of errno if unlink failed.
## "x" - Binary memory read
+> **Warning:** The format of this packet was decided before GDB 16
+> introduced its own format for `x`. Future versions of LLDB may not
+> support the format described here, and new code should produce and
+> expect the format used by GDB.
+
Like the `m` (read) and `M` (write) packets, this is a partner to the
`X` (write binary data) packet, `x`.
``````````
</details>
https://github.com/llvm/llvm-project/pull/125682
More information about the lldb-commits
mailing list