Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[appveyor] try to use tesh without cmake to test the java
[simgrid.git] / src / mc / mc_dwarf_tagnames.cpp
index e17cf2f..983f111 100644 (file)
@@ -7,8 +7,10 @@
 /* Warning: autogenerated, do not edit! */
 
 #include <dwarf.h>
+#include <elfutils/libdw.h>
 
 #include <xbt/base.h>
+#include "mc_object_info.h"
 
 /** \brief Get the name of a dwarf tag (DW_TAG_*) from its code
  *
@@ -93,6 +95,8 @@ const char *MC_dwarf_tagname(int tag)
   case 0x4109: return "DW_TAG_GNU_call_site";
   case 0x410a: return "DW_TAG_GNU_call_site_parameter";
   case 0xffff: return "DW_TAG_hi_user";
+  case DW_TAG_invalid:
+    return "DW_TAG_invalid";
   default:
     return "DW_TAG_unknown";
   }