macaw/utils/compare-dwarfdump
2021-05-26 07:25:51 -07:00
..
src Cleanup compare-dwarfdump; bump submodules. 2021-05-26 07:25:51 -07:00
compare-dwarfdump.cabal Switch compare-dwarfdump to use llvm 12. 2021-05-25 10:06:33 -07:00
LICENSE Update license dates 2020-11-12 23:43:38 -08:00
README.md Introduce incremental computation monad; use in discovery. 2021-04-21 11:27:27 -07:00

compare-dwarfdump

This contains a utility that extracts debug and frame information from an Elf file and compares with output from llvm-dwarfdump.

Usage

Run compare-dwarfdump with the names of any executable files or directories to check. Directories are checked recursively automatically. Symbolic links in directories are not followed.

If any inconsistencies are found, compare-dwarfdump will return the output of LLVM's dwarfdump and Macaw's in lldd and mcdd in the current directory.