Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Comment unhandled rangelistptr class in DW_AT_start_scope
authorGabriel Corona <gabriel.corona@loria.fr>
Thu, 27 Mar 2014 11:25:04 +0000 (12:25 +0100)
committerGabriel Corona <gabriel.corona@loria.fr>
Thu, 27 Mar 2014 11:25:04 +0000 (12:25 +0100)
src/mc/mc_dwarf.c

index 6b51647..3847562 100644 (file)
@@ -746,6 +746,7 @@ static dw_variable_t MC_die_to_variable(mc_object_info_t info, Dwarf_Die* die, D
       variable->start_scope = dwarf_formudata(&attr, &value) == 0 ? (size_t) value : 0;
       break;
     }
+    case MC_DW_CLASS_RANGELISTPTR: // TODO
     default:
       xbt_die("Unhandled form 0x%x, class 0x%X for DW_AT_start_scope of variable %s",
         form, klass, name==NULL ? "?" : name);