[Lldb-commits] [PATCH] D40616: ObjectFileELF: Add support for compressed sections
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Dec 14 08:47:06 PST 2017
labath updated this revision to Diff 126975.
labath added a comment.
The version where Section::GetFileSize reports the on-disk (compressed) size. I
also like the idea of renaming Section::GetByteSize to something more
descriptive, and I'll make a follow-up patch to do that.
https://reviews.llvm.org/D40616
Files:
include/lldb/Symbol/ObjectFile.h
lit/CMakeLists.txt
lit/Modules/compressed-sections.yaml
lit/Modules/lit.local.cfg
lit/lit.cfg
lit/lit.site.cfg.in
source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
source/Plugins/ObjectFile/ELF/ObjectFileELF.h
tools/lldb-test/lldb-test.cpp
unittests/ObjectFile/ELF/TestObjectFileELF.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40616.126975.patch
Type: text/x-patch
Size: 9585 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20171214/da3aa87e/attachment-0001.bin>
More information about the lldb-commits
mailing list