From: Eli Bendersky Date: Sat, 7 Jan 2012 14:39:23 +0000 (+0200) Subject: add ref output for dwarf_range_lists X-Git-Tag: v0.20~11 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=af44ec6a7b8d9a4f4f03c2f30c2e272ee27cec8f;p=pyelftools.git add ref output for dwarf_range_lists --- diff --git a/examples/reference_output/dwarf_range_lists.out b/examples/reference_output/dwarf_range_lists.out new file mode 100644 index 0000000..f8939b8 --- /dev/null +++ b/examples/reference_output/dwarf_range_lists.out @@ -0,0 +1,7 @@ +Processing file: ./examples/sample_exe64.elf + Found a compile unit at offset 0, length 115 + Found a compile unit at offset 119, length 135 + Found a compile unit at offset 258, length 156 + Found a compile unit at offset 418, length 300 + DIE DW_TAG_lexical_block. attr DW_AT_ranges. +[RangeEntry(begin_offset=26, end_offset=40), RangeEntry(begin_offset=85, end_offset=118), RangeEntry(begin_offset=73, end_offset=77), RangeEntry(begin_offset=64, end_offset=67)]