From af44ec6a7b8d9a4f4f03c2f30c2e272ee27cec8f Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Sat, 7 Jan 2012 16:39:23 +0200 Subject: [PATCH] add ref output for dwarf_range_lists --- examples/reference_output/dwarf_range_lists.out | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 examples/reference_output/dwarf_range_lists.out 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)] -- 2.30.2