[Lldb-commits] [PATCH] D107780: [lldb] [gdb-remote] Implement fallback to vFile:stat for GetFileSize()

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 9 09:12:12 PDT 2021


mgorny updated this revision to Diff 371618.
mgorny marked 2 inline comments as done.
mgorny added a comment.

Use LLVM's `ubig*_t` types. Thanks for the suggestion, @labath!

Also add the comment that `Stat()` is only a wrapper over open+fstat.


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

https://reviews.llvm.org/D107780

Files:
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
  lldb/test/API/functionalities/gdb_remote_client/TestGDBRemotePlatformFile.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107780.371618.patch
Type: text/x-patch
Size: 8336 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210909/b912266e/attachment-0001.bin>


More information about the lldb-commits mailing list