[Lldb-commits] [PATCH] D89227: [lldb] Note difference in vFile:pread/pwrite format for lldb
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 12 06:45:36 PDT 2020
labath 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.
----------------
DavidSpickett wrote:
> Open flags are mentioned here and in the vFile:open description. Is that the one you mean?
Oh goody. I didn't even realize we had that. Everything is fine then.
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