Add pretty-printing of .debug_gnu_pubnames, .debug_gnu_pubtypes.
[deliverable/binutils-gdb.git] / binutils / dwarf.h
index 68e93f1ccd6ae003cac4b6b192ee84a02b4da55e..1cd4201649856b81db0cf55f3a6fe7994d9d481c 100644 (file)
@@ -108,6 +108,8 @@ typedef struct
 }
 DWARF2_Internal_ARange;
 
+/* N.B. The order here must match the order in debug_displays.  */
+
 enum dwarf_section_display_enum
 {
   abbrev = 0,
@@ -116,12 +118,14 @@ enum dwarf_section_display_enum
   info,
   line,
   pubnames,
+  gnu_pubnames,
   eh_frame,
   macinfo,
   macro,
   str,
   loc,
   pubtypes,
+  gnu_pubtypes,
   ranges,
   static_func,
   static_vars,
This page took 0.023802 seconds and 4 git commands to generate.