From b3c67667b7121b7f2e50700ec6da4bd780dee426 Mon Sep 17 00:00:00 2001 From: Bernhard Schommer Date: Mon, 16 Mar 2015 12:23:29 +0100 Subject: Started implementing the printing functions for the debug info. Added a global target dependend option to activate the printing only for targets wher it works. --- debug/DwarfUtil.ml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'debug/DwarfUtil.ml') diff --git a/debug/DwarfUtil.ml b/debug/DwarfUtil.ml index cc1f267d..b3cef748 100644 --- a/debug/DwarfUtil.ml +++ b/debug/DwarfUtil.ml @@ -90,8 +90,7 @@ let dw_ref_indirect = 0x16 module DefaultAbbrevs = struct let sibling_type_abbr = dw_form_ref4 - let decl_file_type_abbr = dw_form_data4 - let decl_line_type_abbr = dw_form_udata + let file_loc_type_abbr = dw_form_data4,dw_form_udata let type_abbr = dw_form_ref_addr let name_type_abbr = dw_form_string let encoding_type_abbr = dw_form_data1 -- cgit