Teach debugedit about .debug_gdb_script section (SuseBug:818502)
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 17 Jun 2013 12:40:47 +0000 (15:40 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 17 Jun 2013 12:41:45 +0000 (15:41 +0300)
tools/debugedit.c

index 117e18d9836f55e405a98f76cb5ff5260f778a4e..8dfc36a8543d5244882f1137a36c1a67508f7f3d 100644 (file)
@@ -226,6 +226,7 @@ static struct
 #define DEBUG_RANGES   10
 #define DEBUG_TYPES    11
 #define DEBUG_MACRO    12
+#define DEBUG_GDB_SCRIPT       13
     { ".debug_info", NULL, NULL, 0, 0, 0 },
     { ".debug_abbrev", NULL, NULL, 0, 0, 0 },
     { ".debug_line", NULL, NULL, 0, 0, 0 },
@@ -239,6 +240,7 @@ static struct
     { ".debug_ranges", NULL, NULL, 0, 0, 0 },
     { ".debug_types", NULL, NULL, 0, 0, 0 },
     { ".debug_macro", NULL, NULL, 0, 0, 0 },
+    { ".debug_gdb_script", NULL, NULL, 0, 0, 0 },
     { NULL, NULL, NULL, 0, 0, 0 }
   };
 
This page took 0.054515 seconds and 5 git commands to generate.