[Lldb-commits] [PATCH] D78712: [lldb/Host] Improve error messages on unowned read files

Med Ismail Bennani via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 28 14:03:50 PDT 2020


mib updated this revision to Diff 260751.
mib edited the summary of this revision.
mib added a comment.

Removed the introduced `FileSystem::ReadableByCurrentUser` to rely only `FileSystem::Open` as Pavel suggested.
Updated the tests to reflect the changes introduced.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78712/new/

https://reviews.llvm.org/D78712

Files:
  lldb/source/Commands/CommandObjectTarget.cpp
  lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
  lldb/test/API/commands/target/basic/TestTargetCommand.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78712.260751.patch
Type: text/x-patch
Size: 9999 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200428/fd132bf1/attachment.bin>


More information about the lldb-commits mailing list