[Lldb-commits] [PATCH] D89383: [lldb] Correct vFile:pread/pwrite packet docs
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 27 04:47:44 PDT 2020
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rGf8a3b9b06c4a: [lldb] Correct vFile:pread/pwrite packet docs (authored by DavidSpickett).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89383/new/
https://reviews.llvm.org/D89383
Files:
lldb/docs/lldb-platform-packets.txt
Index: lldb/docs/lldb-platform-packets.txt
===================================================================
--- lldb/docs/lldb-platform-packets.txt
+++ lldb/docs/lldb-platform-packets.txt
@@ -414,9 +414,8 @@
//
// COMPATIBILITY
// The gdb-remote serial protocol documentation says that numbers
-// in "vFile:" packets should be hexidecimal. Instead lldb uses
-// decimal for the number of bytes and offset.
-// lldb-server can process either format.
+// in "vFile:" packets should be hexadecimal. Instead lldb uses
+// decimal.
//----------------------------------------------------------------------
@@ -439,8 +438,8 @@
//
// COMPATIBILITY
// The gdb-remote serial protocol documentation says that numbers
-// in "vFile:" packets should be hexidecimal. Instead lldb uses
-// decimal for the offset. lldb-server can process either format.
+// in "vFile:" packets should be hexadecimal. Instead lldb uses
+// decimal.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89383.300953.patch
Type: text/x-patch
Size: 972 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20201027/3369510e/attachment.bin>
More information about the lldb-commits
mailing list