Descriptiondwarf: differentiate DW_FORM_ref_alt from DW_FORM_strp_alt "Val" isn't sufficient by itself to differentiate DW_FORM_ref_alt from DW_FORM_strp_alt. See http://www.dwarfstd.org/ShowIssue.php?issue=120604.1 DW_FORM_ref_alt represents offset in alternate .debug_info while DW_FORM_strp_alt represents offset in alternate .debug_str section. So we introduce two different types to handle such scenarios. Patch Set 1 : diff -r ff34a3e84dc0b99eaf080eb19decc1f0a1f615a0 https://code.google.com/p/go # Total comments: 2 Patch Set 2 : diff -r 89e04c22c1194db18bedff0e136010d9b5d2275f https://code.google.com/p/go # Total comments: 2 Patch Set 3 : diff -r 89e04c22c1194db18bedff0e136010d9b5d2275f https://code.google.com/p/go #
MessagesTotal messages: 11 | |||||||||||||||||||||||||||||||||||||