[Lldb-commits] [PATCH] D107811: [lldb] [gdb-remote] Add fallbacks for vFile:mode and vFile:exists

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 7 09:38:29 PDT 2021


mgorny added a comment.

In D107811#2986430 <https://reviews.llvm.org/D107811#2986430>, @labath wrote:

> It seems useful to note that these are only approximations, as they will fail for unreadable files, even though normally these operations should succeed. However, I think it is the best we can do given the limited set of supported operations (i.e., lack of stat(2) syscall and/or O_PATH argument to open(2)).

Note as in mention in commit message, add a comment, add to documentation somewhere?


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

https://reviews.llvm.org/D107811



More information about the lldb-commits mailing list