Skip to content

Commit ad38c4c

Browse files
authored
[lldb] Document lldb x packet deprecation. (#125682)
1 parent 0074a46 commit ad38c4c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lldb/docs/resources/lldbgdbremote.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2412,6 +2412,11 @@ value of errno if unlink failed.
24122412
24132413
## "x" - Binary memory read
24142414
2415+
> **Warning:** The format of this packet was decided before GDB 16
2416+
> introduced its own format for `x`. Future versions of LLDB may not
2417+
> support the format described here, and new code should produce and
2418+
> expect the format used by GDB.
2419+
24152420
Like the `m` (read) and `M` (write) packets, this is a partner to the
24162421
`X` (write binary data) packet, `x`.
24172422

0 commit comments

Comments
 (0)