This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Correct vFile:pread/pwrite packet docs
ClosedPublic

Authored by DavidSpickett on Oct 14 2020, 4:21 AM.

Details

Summary

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.

Diff Detail

Event Timeline

DavidSpickett created this revision.Oct 14 2020, 4:21 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 14 2020, 4:21 AM
DavidSpickett requested review of this revision.Oct 14 2020, 4:21 AM
  • listing what we use decimal for is redundant
  • correct spelling of hexadecimal
This revision was not accepted when it landed; it landed in state Needs Review.Oct 27 2020, 4:47 AM
This revision was automatically updated to reflect the committed changes.