DavidSpickett created this revision. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. DavidSpickett requested review of this revision. Herald added a subscriber: JDevlieghere.
The statement that lldb-server can handle decimal and hex numbers is misleading. (it can only handle hex with 0x prefix) Mentioning non decimal numbers at all is just creating more confusion for anyone who tries to use them with lldb-server. Repository: rG LLVM Github Monorepo 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 @@ -416,7 +416,6 @@ // 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. //---------------------------------------------------------------------- @@ -440,7 +439,7 @@ // 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. +// decimal for the offset.
Index: lldb/docs/lldb-platform-packets.txt =================================================================== --- lldb/docs/lldb-platform-packets.txt +++ lldb/docs/lldb-platform-packets.txt @@ -416,7 +416,6 @@ // 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. //---------------------------------------------------------------------- @@ -440,7 +439,7 @@ // 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. +// decimal for the offset.
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits