llvm-project/llvm/test/tools/llvm-dwarfdump
Igor Kudrin 2ba4df6c11 [DebugInfo] Fix dumping CIE ID in .eh_frame sections.
We do not keep the actual value of the CIE ID field, because it is
predefined, and use a constant when dumping a CIE record. The issue
was that the predefined value is different for .debug_frame and
.eh_frame sections, but we always printed the one which corresponds
to .debug_frame. The patch fixes that by choosing an appropriate
constant to print.

See the following for more information about .eh_frame sections:
https://refspecs.linuxfoundation.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/ehframechpt.html

Differential Revision: https://reviews.llvm.org/D73627
2020-02-13 15:42:14 +07:00
..
AArch64 [llvm/dwarfdump] Use the architecture string to filter. 2019-12-09 17:17:01 -08:00
RISCV [DWARF][RISCV] Test resolving of RISC-V relocations 2019-12-10 14:02:07 +00:00
X86 [DebugInfo] Fix dumping CIE ID in .eh_frame sections. 2020-02-13 15:42:14 +07:00
cmdline.test [binutils] Add response file option to help and docs 2019-06-21 11:49:20 +00:00
coff-arm.yaml [Object] Implement relocation resolver for COFF ARM/ARM64 2019-09-10 12:31:40 +00:00
coff-arm64.yaml [Object] Implement relocation resolver for COFF ARM/ARM64 2019-09-10 12:31:40 +00:00
coff-i386.yaml [Object] Implement relocation resolver for COFF ARM/ARM64 2019-09-10 12:31:40 +00:00
coff-x86_64.yaml [Object] Implement relocation resolver for COFF ARM/ARM64 2019-09-10 12:31:40 +00:00
debug-frame-dumps-eh-frame-and-debug-frame.yaml [test][llvm-dwarfdump] Add missing testing for some --debug-* options 2019-12-11 13:42:54 +00:00
debug-str.yaml [test][llvm-dwarfdump] Add missing testing for some --debug-* options 2019-12-11 13:42:54 +00:00
elf-broken-reloc-target.yaml [llvm/Object] - Make ELFObjectFile::getRelocatedSection return Expected<section_iterator> 2019-10-21 11:06:38 +00:00
filter.test [llvm/dwarfdump] Use the architecture string to filter. 2019-12-09 17:17:01 -08:00
lit.local.cfg
uuid.yaml
uuid32.yaml