elf_arrows/src
Théophile Bastian 89ac1b8368 add_box_excl: use greater address below bound
It is possible, eg. for the end-of-data debug_line tag, that the address
does not correspond to an instruction address but eg. the last address
of .text. To avoid an error here, we use as a bound address the greater
known address below the given bound instead.
2019-11-22 12:44:46 +01:00
..
asm_acquire.ml Add asm annotated type 2019-11-18 11:34:14 +01:00
asm_info.ml elf_arrows: add boxes according to debug_lines 2019-11-18 13:13:23 +01:00
asm_matcher.ml Match asm blocks with debug_line 2019-11-19 12:52:09 +01:00
elf_arrows.ml Ignore .dwarf_line entries of span 0 2019-11-20 15:21:17 +01:00
html_renderer.ml Collapse irrelevant subroutines 2019-11-20 15:56:56 +01:00
render_html.jingoo Collapse irrelevant subroutines 2019-11-20 15:56:56 +01:00
renderer.ml add_box_excl: use greater address below bound 2019-11-22 12:44:46 +01:00
test_objdump.ml Add asm annotated type 2019-11-18 11:34:14 +01:00