[all-commits] [llvm/llvm-project] 2d1ee7: [lldb] Note difference in vFile:pread/pwrite forma...

David Spickett via All-commits all-commits at lists.llvm.org
Mon Oct 12 07:10:10 PDT 2020


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

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

  Log Message:
  -----------
  [lldb] Note difference in vFile:pread/pwrite format for lldb

https://sourceware.org/gdb/current/onlinedocs/gdb/Host-I_002fO-Packets.html

States that all numbers should be hexidecimal but lldb
uses decimals in vFile:pread and vFile:pwrite.

lldb-server can accept either since it ends up using
strtoull which will detect the base being used.

Reviewed By: labath

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




More information about the All-commits mailing list