llvm-project/llvm/tools/llvm-dwarfutil
Alexey Lapshin c965ffa1ed [llvm-dwarfutil][DWARFv5] fix reading of DW_FORM_addrx attribute.
llvm::dwarfutil::ObjFileAddressMap::relocateIndexedAddr() does not
read address value. The relocateIndexedAddr() should not relocate
the address as the linked binary has already resolved relocations.
But it should read the value. This patch adds the reading value
of the address.

Differential Revision: https://reviews.llvm.org/D133324
2022-09-23 09:35:54 +03:00
..
CMakeLists.txt [llvm-dwarfutil] Remove unnecessarily dependency. 2022-08-08 17:13:05 +03:00
DebugInfoLinker.cpp [llvm-dwarfutil][DWARFv5] fix reading of DW_FORM_addrx attribute. 2022-09-23 09:35:54 +03:00
DebugInfoLinker.h [Reland][Debuginfo][llvm-dwarfutil] Add check for unsupported debug sections. 2022-07-28 21:29:16 +03:00
Error.h [Reland][Debuginfo][llvm-dwarfutil] llvm-dwarfutil dsymutil-like tool for ELF. 2022-07-19 15:11:36 +03:00
Options.h [Reland][Debuginfo][llvm-dwarfutil] llvm-dwarfutil dsymutil-like tool for ELF. 2022-07-19 15:11:36 +03:00
Options.td [Reland][Debuginfo][llvm-dwarfutil] llvm-dwarfutil dsymutil-like tool for ELF. 2022-07-19 15:11:36 +03:00
llvm-dwarfutil.cpp [llvm-dwarfutil] Remove unnecessarily dependency. 2022-08-08 17:13:05 +03:00