On Mon, Apr 14, 2014 at 02:55:52PM -0700, Cary Coutant wrote: > Also note that size_of_die and value_format will still choose > DW_FORM_data[1248] for dw_val_class_unsigned_const in most cases. > Don't you really want to use DW_FORM_udata?
DW_FORM_data[1248] is in many cases smaller than DW_FORM_udata (though, one has to take into account possibly larger .debug_abbrev size). Jakub