From b3de120011683866149ac2a9fbd0da38e2eef96c Mon Sep 17 00:00:00 2001 From: Bernhard Schommer Date: Mon, 30 Mar 2015 16:37:32 +0200 Subject: Added more comments and fixed issue in DwarfPrinter.mli --- debug/DwarfTypes.mli | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debug/DwarfTypes.mli') 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 -- cgit