aboutsummaryrefslogtreecommitdiffstats
path: root/debug/DwarfTypes.mli
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2015-09-07 15:31:00 +0200
committerBernhard Schommer <bernhardschommer@gmail.com>2015-09-07 15:31:00 +0200
commit9ecede34667433bc3cacf47fb75e03a79607223b (patch)
treea3d90ee918a6003d15edd7333a54078193de606a /debug/DwarfTypes.mli
parent7cef1552c0cf7d7c89d223fb7df24a2a7942ae2d (diff)
downloadcompcert-kvx-9ecede34667433bc3cacf47fb75e03a79607223b.tar.gz
compcert-kvx-9ecede34667433bc3cacf47fb75e03a79607223b.zip
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.
Diffstat (limited to 'debug/DwarfTypes.mli')
-rw-r--r--debug/DwarfTypes.mli1
1 files changed, 1 insertions, 0 deletions
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