e4b7104 Add support for decoding the DW_MACRO_define_strx and DW_MACRO_undef_strx operands found in DWARF-5 .debug_macro sections.

Authored and Committed by nickc 3 years ago
    Add support for decoding the DW_MACRO_define_strx and DW_MACRO_undef_strx operands found in DWARF-5 .debug_macro sections.
    
    	PR 26112
    	* dwarf.c (display_debug_str_offsets): Add code to display the
    	contents of the .debug_str_offsets section.
    	(display_debug_macro): Add support for DW_MACRO_define_strx and
    	DW_MACRO_undef_strx.
    
        
file modified
+8 -0
file modified
+8 -8
file modified
+141 -28
file modified
+1 -0
file modified
+2 -2
file modified
+4 -3