Praqma / memory-map-plugin

A repository for the memory-map-plugin
13 stars 16 forks source link

[GCC] Gracefully handle `SECTIONS` block being missing #57

Closed praqma-thi closed 4 years ago

praqma-thi commented 4 years ago

As per issue #55, the GCC parser crashes and burns with an enigmatic NullPointerException if the SECTIONS block is missing from the parsed file.

This should be caught and a more meaningful error thrown.