llvm-project/lldb/lit/SymbolFile
Pavel Labath 0ace98c9df ObjectFileELF: Add support for gnu-style compressed sections
With this style, a compressed section is indicated by a "z" in the section
name, instead of a section header flag. This patch consists of two small tweaks:
- use an llvm Decompressor method in order to properly detect compressed sections
- make sure we recognise .zdebug_info (and friends) when classifying section types.

llvm-svn: 365654
2019-07-10 16:10:43 +00:00
..
Breakpad [FuncUnwinders] Use "symbol file" unwind plans for unwinding 2019-05-24 09:54:39 +00:00
DWARF ObjectFileELF: Add support for gnu-style compressed sections 2019-07-10 16:10:43 +00:00
Inputs Fix lookup of symbols at the same address with no size vs. size 2019-07-01 14:31:26 +00:00
NativePDB [NativePDB] Fix tests after r360569 2019-05-13 15:06:13 +00:00
PDB [NativePDB] Add anonymous namespaces support 2019-04-22 07:14:40 +00:00
sizeless-symbol.test Fix lookup of symbols at the same address with no size vs. size 2019-07-01 14:31:26 +00:00
target-symbols-add-unwind.test [lldb] [lit/SymbolFile] Avoid -nostdlib in target-symbols-add-unwind.test 2019-04-13 09:49:39 +00:00