[all-commits] [llvm/llvm-project] f8a3b9: [lldb] Correct vFile:pread/pwrite packet docs

David Spickett via All-commits all-commits at lists.llvm.org
Tue Oct 27 04:47:54 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f8a3b9b06c4a46fe2a83ec52f8e396d335b44fdd
      https://github.com/llvm/llvm-project/commit/f8a3b9b06c4a46fe2a83ec52f8e396d335b44fdd
  Author: David Spickett <david.spickett at linaro.org>
  Date:   2020-10-27 (Tue, 27 Oct 2020)

  Changed paths:
    M lldb/docs/lldb-platform-packets.txt

  Log Message:
  -----------
  [lldb] Correct vFile:pread/pwrite packet docs

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.

Differential Revision: https://reviews.llvm.org/D89383




More information about the All-commits mailing list