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.
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.
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits