From 9ecede34667433bc3cacf47fb75e03a79607223b Mon Sep 17 00:00:00 2001 From: Bernhard Schommer Date: Mon, 7 Sep 2015 15:31:00 +0200 Subject: Various changes in the debug printer. The debug printer now uses udata for member sizes since structs can have a size larger than 255 bytes. Also functions that are inlined no longer have an high and low pc in their abbreviation entry. --- debug/DwarfTypes.mli | 1 + 1 file changed, 1 insertion(+) (limited to 'debug/DwarfTypes.mli') diff --git a/debug/DwarfTypes.mli b/debug/DwarfTypes.mli index d6592bd9..eaf07e1e 100644 --- a/debug/DwarfTypes.mli +++ b/debug/DwarfTypes.mli @@ -237,6 +237,7 @@ module type DWARF_ABBREVS = val name_type_abbr: int val encoding_type_abbr: int val byte_size_type_abbr: int + val member_size_abbr: int val high_pc_type_abbr: int val low_pc_type_abbr: int val stmt_list_type_abbr: int -- cgit