Commit graph

15 commits

Author SHA1 Message Date
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
24a68dbba2 Show equivalence classes in html output 2019-11-20 15:20:53 +01:00
2a6936a5da Match asm blocks with debug_line 2019-11-19 12:52:09 +01:00
e918374675 Add prog path in render data 2019-11-18 13:58:47 +01:00
caac87e70a Allow rendering of multiple files side by side 2019-11-18 13:48:20 +01:00
4583ad6a92 elf_arrows: add boxes according to debug_lines 2019-11-18 13:13:23 +01:00
520d9527ab Modify elf_arrows accordingly 2019-11-18 11:35:27 +01:00
700ca3db7f Add HTML rendering 2019-11-18 11:34:50 +01:00
5548c7d1c6 Add asm annotated type 2019-11-18 11:34:14 +01:00
99adfcaa39 asm_info_t: StrMap -> List 2019-09-30 09:26:06 +02:00
5c83f4e1b4 Add main function acquire_asm in Asm_acquire 2019-09-27 16:45:08 +02:00
8038a92e89 Parse objdump output + test code 2019-09-27 16:38:31 +02:00
c54547dad9 Add asm acquisition boilerplate 2019-09-26 17:22:40 +02:00
24383471fd Add basic test 2019-09-26 16:35:41 +02:00
737a2b51a8 Initial commit 2019-09-20 11:52:41 +02:00