[Lldb-commits] [lldb] ad38c4c - [lldb] Document lldb `x` packet deprecation. (#125682)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Feb 5 00:26:30 PST 2025
Author: Pavel Labath
Date: 2025-02-05T09:26:26+01:00
New Revision: ad38c4c625765c0319433b8c87852fbe40a1f7fd
URL: https://github.com/llvm/llvm-project/commit/ad38c4c625765c0319433b8c87852fbe40a1f7fd
DIFF: https://github.com/llvm/llvm-project/commit/ad38c4c625765c0319433b8c87852fbe40a1f7fd.diff
LOG: [lldb] Document lldb `x` packet deprecation. (#125682)
Added:
Modified:
lldb/docs/resources/lldbgdbremote.md
Removed:
################################################################################
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`.
More information about the lldb-commits
mailing list