[Lldb-commits] [PATCH] D89227: [lldb] Note difference in vFile:pread/pwrite format for lldb
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 12 05:35:58 PDT 2020
DavidSpickett added inline comments.
================
Comment at: lldb/docs/lldb-platform-packets.txt:10
defined there (vFile:size:, vFile:mode:, vFile:symlink, vFile:chmod:).
Most importantly, the flags that lldb passes to vFile:open: are
incompatible with the flags that gdb specifies.
----------------
Open flags are mentioned here and in the vFile:open description. Is that the one you mean?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89227/new/
https://reviews.llvm.org/D89227
More information about the lldb-commits
mailing list