DanielT / a2ltool

A tool to edit, merge and update a2l files
Apache License 2.0
46 stars 15 forks source link

Support for array sizes without explicit DW_AT_byte_size attribute #16

Closed oleid closed 8 months ago

oleid commented 8 months ago

This makes the attribute DW_AT_byte_size optional, as long as the size is provided as attribute DW_AT_upper_bound in the immediate child of the entry with the type DW_TAG_subrange_type.

Fixes #15

DanielT commented 8 months ago

Looks good to me.

Thanks!