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.
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