aboutsummaryrefslogtreecommitdiffstats
path: root/debug/DwarfTypes.mli
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2015-03-30 16:37:32 +0200
committerBernhard Schommer <bernhardschommer@gmail.com>2015-03-30 16:37:32 +0200
commitb3de120011683866149ac2a9fbd0da38e2eef96c (patch)
treeffc6998a6651539befa513adb7b9a3bf56742f3b /debug/DwarfTypes.mli
parentb3e77f00563656357af05052da2310d546145358 (diff)
downloadcompcert-kvx-b3de120011683866149ac2a9fbd0da38e2eef96c.tar.gz
compcert-kvx-b3de120011683866149ac2a9fbd0da38e2eef96c.zip
Added more comments and fixed issue in DwarfPrinter.mli
Diffstat (limited to 'debug/DwarfTypes.mli')
-rw-r--r--debug/DwarfTypes.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/debug/DwarfTypes.mli b/debug/DwarfTypes.mli
index d4fb0df9..c02558b5 100644
--- a/debug/DwarfTypes.mli
+++ b/debug/DwarfTypes.mli
@@ -228,7 +228,7 @@ type dw_entry =
id: reference;
}
-
+(* Module type for a matching from type to dwarf encoding *)
module type DWARF_ABBREVS =
sig
val sibling_type_abbr: int
@@ -259,6 +259,7 @@ module type DWARF_ABBREVS =
val bound_ref_type_abbr: int
end
+(* The target specific functions for printing the debug information *)
module type DWARF_TARGET=
sig
val label: out_channel -> int -> unit