From: Gabriel Corona Date: Thu, 27 Mar 2014 11:25:04 +0000 (+0100) Subject: [mc] Comment unhandled rangelistptr class in DW_AT_start_scope X-Git-Tag: v3_11~189^2~17 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/53fbfe2265a6aa2476b03648b68e9197db3d3722 [mc] Comment unhandled rangelistptr class in DW_AT_start_scope --- diff --git a/src/mc/mc_dwarf.c b/src/mc/mc_dwarf.c index 6b51647d8f..3847562a92 100644 --- a/src/mc/mc_dwarf.c +++ b/src/mc/mc_dwarf.c @@ -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);