llvm-project/lldb/source/Plugins/ObjectFile/ELF
Fangrui Song ecfaf4801c [lldb] Remove ELF .zdebug support
clang 14 removed -gz=zlib-gnu support and ld.lld/llvm-objcopy removed zlib-gnu
support recently. Remove lldb support by migrating away from
llvm::object::Decompressor::isCompressedELFSection.
The API has another user llvm-dwp, so it is not removed in this patch.

Reviewed By: labath

Differential Revision: https://reviews.llvm.org/D129724
2022-07-14 10:12:48 -07:00
..
CMakeLists.txt
ELFHeader.cpp ObjectFile: add a case for `EM_RISCV` 2022-03-04 21:54:20 +00:00
ELFHeader.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
ObjectFileELF.cpp [lldb] Remove ELF .zdebug support 2022-07-14 10:12:48 -07:00
ObjectFileELF.h [lldb] Change CreateMemoryInstance to take a WritableDataBuffer 2022-04-05 13:46:41 -07:00