[Lldb-commits] [PATCH] D89383: [lldb] Correct vFile:pread/pwrite packet docs

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 19 02:12:03 PDT 2020


DavidSpickett updated this revision to Diff 298954.
DavidSpickett added a comment.

- listing what we use decimal for is redundant
- correct spelling of hexadecimal


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.298954.patch
Type: text/x-patch
Size: 972 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20201019/d70b22dc/attachment.bin>


More information about the lldb-commits mailing list