Builds up arrows between the asm instructions of two different builds of a single project (eg. at -O0 and -O2).
Go to file
Théophile Bastian b87020a5cd Ignore .dwarf_line entries of span 0
Some entries in .dwarf_line might span 0 instructions, because a
following entry refers to exactly the same address. An enhancement might
be to make all these addresses equivalent in the matcher.
2019-11-20 15:21:17 +01:00
src Ignore .dwarf_line entries of span 0 2019-11-20 15:21:17 +01:00
.gitignore Add basic test 2019-09-26 16:35:41 +02:00
dune Modify elf_arrows accordingly 2019-11-18 11:35:27 +01:00
dune-project Add basic test 2019-09-26 16:35:41 +02:00
LICENSE Initial commit 2019-09-20 11:52:41 +02:00
README.md Initial commit 2019-09-20 11:52:41 +02:00

elf_arrows

Builds up arrows between the asm instructions of two different builds of a single project (eg. at -O0 and -O2).